1
0
mirror of https://github.com/deuill/fawkss.git synced 2024-09-28 04:02:43 +00:00
fawkss/tests/includes/_partial.scss

7 lines
86 B
SCSS

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