Voog / design-lisbon

Sapporo design for Voog
0 stars 0 forks source link

Interpolate CSS native variables in Design Editor files. #31

Closed kaspar-naaber closed 7 years ago

kaspar-naaber commented 7 years ago

For some reason SCSS doesn't process native CSS variable values if the variable name is not interpolated.

--variable-name: $variable-value;

should be written like this:

#{--variable-name}: $variable-value;

https://github.com/sasstools/sass-lint/issues/877