funkwhale/front/src/style/_css_vars.scss

6 wiersze
72 B
SCSS

& {
@each $name, $value in $fwVars {
--#{$name}: #{$value};
}
}