fawkss/tests/imports/common/full.scss

7 lines
120 B
SCSS

@import "other-stuff";
.full {
content: 'This is a full import';
color: $col-white;
background-color : $col-black;
}