I tried to compile css from sass but I got these error
in ./platform/themes/main/assets/style.scss
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Undefined operation "100 % !important".
╷
414 │ height: #{$value}% !important;
WARNING: You probably don't mean to use the color value white in interpolation here.
It may end up represented as white, which will likely produce invalid CSS.
Always quote color names when using them as strings or map keys (for example, "white").
If you really want to use the color value here, use '"" + $color'.
╷
5 │ --#{$color}: #{$value};
ERROR in ./platform/themes/main/assets/style.scss (./node_modules/css-loader??ref--26-2!./node_modules/postcss-loader/src??postcss21!./node_modules/sass-loader/dist/cjs.js??ref--26-4!./platform/themes/main/assets/style.scss)
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Undefined operation "100 % !important".
╷
414 │ height: #{$value}% !important;
│ ^^^^^^^^^^^^^^^^^^^^^
