Closed HD-CMS closed 7 years ago
Bugfix for yesterday commit -_- It was too late... @sapegin
Set sass var $variable: XXXX !default; instead of $variable= XXXX !default;
$variable: XXXX !default;
$variable= XXXX !default;
Module build failed: $icons-font-path = "/build/fonts/" !default; ^ Expected ':' after $icons-font-path in assignment statement
👻
Bugfix for yesterday commit -_- It was too late... @sapegin
Set sass var
$variable: XXXX !default;
instead of$variable= XXXX !default;