-
nachtfunke Yep! But you have to mark the variables as configurable with the default flag: $var: value !default;
-
nachtfunke Although I may have misunderstood the structure here. I think you want: //_vars.scss $var: val !default; //_props.scss @ forward 'vars'; @ use 'vars'; html { /* vars-to-props */ } //site.scss @ use 'props' with ($var: new);