SCSS variable substitution does not work in base/base #19
Labels
bug
Something isn't working
help wanted
Extra attention is needed
Theming
Things related to SCSS or the layouts
I define in
assets/stylesheets/base/base
various CSS var declaration to ease later light theme integration (relates #5).To make it easier to develop I tried to parametrise these declarations with SCSS variables for various colours.
Unfortunately those do not get translated but rather put 1:1 into the resulting CSS.
This behaviour seems odd whereas every other stylesheet gets treated as expected.
It either relates to CSS var declarations being handled differently by SCSS or the
:root
selector is not recognised.This needs further investigation.
The text was updated successfully, but these errors were encountered: