Create style.scss

This commit is contained in:
NC 2023-02-12 10:30:26 +08:00 committed by GitHub
parent ea2e83c85c
commit 2b57fd067e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
assets/css/style.scss Normal file
View File

@ -0,0 +1,7 @@
---
# Only the main Sass file needs front matter (the dashes are enough)
---
@import
"minima/skins/{{ site.minima.skin | default: 'classic' }}",
"minima/initialize";