6 lines
62 B
SCSS
6 lines
62 B
SCSS
@import "variables";
|
|
|
|
body {
|
|
background-color: $foobar;
|
|
}
|