Failed to compile .scss file

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
dcxaspmaker
User
Posts: 35

Failed to compile .scss file

Post by dcxaspmaker »

ASP.NET Maker V2022.6.1 Latest .net / node setup installed

Any idea for this error ? Gracias for support.

Error: Failed to compile .scss file.
/* Error: Undefined operation "null * 1.5".

  • ,
  • 994 | $main-footer-height-inner: ((($font-size-root * $line-height-base) + ($main-footer-padding * 2))) !default;
  • | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  • '
  • ..\..\Local\Temp\_variables.scss 994:31 @import
  • ..\..\Local\Temp\sit9A1E.scss 15:9 root stylesheet */

body::before {
font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono",
"Droid Sans Mono", monospace, monospace;
white-space: pre;
display: block;
padding: 1em;
margin-bottom: 1em;
border-bottom: 2px solid black;
content: 'Error: Undefined operation "null * 1.5".\a \2577 \a 994 \2502 $main-footer-height-inner: ((($font-size-root * $line-height-base) + ($main-footer-padding * 2))) !default;\d\a \2502 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\a \2575 \a ..\\..\\Local\\Temp\\_variables.scss 994:31 @import\a ..\\..\\Local\\Temp\\sit9A1E.scss 15:9 root stylesheet';
}


MichaelG
User
Posts: 1095

Post by MichaelG »

Please select another theme in HTML -> Theme (e.g. "blue"), then select your original theme and try again.


Post Reply