System: OC v3.0.3.7
As i understand, there is a SASS extension installed out of the box. But when i try to use SASS, the code no executed:
Code: Select all
// custom.scss
body {
background: blue;
&.test {
background: yellow;
}
}
...
the assigned HTML:
Code: Select all
...
<body class="text">
...
Actual: body.background = blue
I've found the settting in the admin area:
It's hard to see, if acrive is enabled because of the color, but in the source code the input are enabled.
I'am looking for documentation part about how to use SASS, if not available maybe any link to a tutorial would be helpfull.
Greets