10 lines
211 B
CSS
10 lines
211 B
CSS
---
|
|
# Only the main Sass file needs front matter (the dashes are enough)
|
|
search: false
|
|
---
|
|
|
|
@charset "utf-8";
|
|
|
|
@import "minimal-mistakes/skins/{{ 'dark' }}"; // skin
|
|
@import "minimal-mistakes"; // main partials
|