fawkss/tests/imports/common/_partial.scss

7 lines
91 B
SCSS

@import "other-stuff.scss";
$col-white: #fff;
.partial {
content: 'This is a partial';
}