terribleMia’s avatarterribleMia’s Twitter Archive—№ 12,829

  1. …in reply to @nachtfunke
    nachtfunke Yep! But you have to mark the variables as configurable with the default flag: $var: value !default;
    1. …in reply to @TerribleMia
      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);