new_site/assets/css/main.scss

17 lines
291 B
SCSS

---
# Only the main Sass file needs front matter (the dashes are enough)
---
@charset "utf-8";
// Import partials from `sass_dir` (defaults to `_sass`)
// @import "mdb/core/bootstrap/bootstrap";
// @import "mdb/mdb";
@import
"variables",
"layout",
"base",
"syntax-highlighting"
;