Error compiling adminlte.css

Hello afer update PHPMaker 2020.0.10 i am getting an error when compile adminlte.cssin themes/adminlte/_miscellaneous.scss

PHPMaker 2020.0.10 now uses AdminLTE 3.0.2. Please make sure that you have uninstalled old minor version (2020.0.x) first before installation new version.If problem persists, you can always fix by going to HTML → Theme, and select a theme (say “Red”), then generate the css files again.

Hello your solution fix the error but it is not viable, if do this all changes i have in my theme are lose

Christ,You should backup your theme/customization first, before uninstalling the old minor version, and then installing the latest new version. After that, you may implement your customization again in the latest template.Alternatively, you should create Extensions if you want to customize the template, so that you will be able to update to the latest version without worries to lose your customization in the older template file. For more info, please read “Extensions” topic from PHPMaker Help.

christ2000 wrote:
i am getting an error when compile adminlte.css in themes/adminlte/_miscellaneous.scssI check the miscellaneous.scss (https://github.com/ColorlibHQ/AdminLTE/blob/master/build/scss/_miscellaneous.scss) and find a wrong character at line 450 after “.badge-btn”. It is a unicode space, but it should be a normal space. You may change that in C:\Program Files (x86)\PHPMaker 2020\themes\adminlte_miscellaneous.scss and try again.

hello the error is is this code system showme line 458 but i cant find the error, if i remove this lines i dont get the error// Badge BTN Style
.badge-btn {
border-radius: $button-border-radius-xs;
font-size: $button-font-size-xs;
font-weight: 400;
padding: $button-padding-y-xs2 $button-padding-x-xs2;
}.badge-btn.badge-pill {
padding: .375rem .6rem;
}

i test the code in css checkers and i all this code show error, i hope a guru find where it is

ok removing *2 on this line remove the errorpadding: $button-padding-y-xs2 $button-padding-x-xs2;

The .css can be compiled fine with *2. You better check your theme settings under HTML > Theme tab and make sure you have values for $button-padding-y-xs and $button-padding-x-xs, default values are .125rem and .25rem.

Ok my values on the option you mention were empty, i put you number and now work fineno idea bu it workthankss