biobulkbende.org/node_modules/node-sass/test/fixtures/include-path/index.scss
2020-09-16 14:23:28 +02:00

8 lines
91 B
SCSS

@import 'vars';
@import 'colorBlue';
body {
background: $color;
color: colorBlue();
}