I'm using AdminLte as my base for styling.
I added WebCompiler so I can use scss
files. So I created a new scss
file and the first line is:
@use '../../wwwroot/AdminLte/dist/css/adminlte.css';
However, when I compile I get the following error:
Error: 0.25rem and 0 are incompatible. ? 4884 � border-top-left-radius: calc(0.25rem - 0);
I understand that this might be an incompatibilty issue when using 'SASS', and I obviously do not want to change the AdminLte css file.
So what are my other options to solve this problem?