11 lines
142 B
SCSS
11 lines
142 B
SCSS
---
|
|
# Only the main Sass file needs front matter (the dashes are enough)
|
|
---
|
|
@charset "utf-8";
|
|
|
|
@import
|
|
"variables",
|
|
"layout",
|
|
"base"
|
|
;
|