7 lines
80 B
SCSS
7 lines
80 B
SCSS
|
@import "variables";
|
||
|
@import "layout";
|
||
|
|
||
|
body {
|
||
|
background-color: $foobar;
|
||
|
}
|