mirror of
https://github.com/bspeice/speice.io
synced 2025-07-01 22:06:26 -04:00
Initial commit
This commit is contained in:
30
css/main.scss
Normal file
30
css/main.scss
Normal file
@ -0,0 +1,30 @@
|
||||
---
|
||||
# Main scss file
|
||||
---
|
||||
@charset "utf-8";
|
||||
|
||||
// Helpers
|
||||
@import
|
||||
'helpers/mixins',
|
||||
'helpers/variables';
|
||||
|
||||
// Base
|
||||
@import
|
||||
'base/reset';
|
||||
|
||||
// Utilities
|
||||
@import
|
||||
'utilities/layout',
|
||||
'utilities/separator';
|
||||
|
||||
// Components
|
||||
@import
|
||||
'components/page',
|
||||
'components/article',
|
||||
'components/tag',
|
||||
'components/archives';
|
||||
|
||||
// Vendor
|
||||
@import
|
||||
'vendor/highlight';
|
||||
|
Reference in New Issue
Block a user