Removed most of minima theme's css.
This commit is contained in:
15
assets/main.scss
Normal file
15
assets/main.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
# Only the main Sass file needs front matter (the dashes are enough)
|
||||
---
|
||||
@charset "utf-8";
|
||||
|
||||
$spacing-unit: 30px;
|
||||
|
||||
// Width of the content area
|
||||
$content-width: 800px;
|
||||
|
||||
$on-palm: 600px;
|
||||
$on-laptop: 800px;
|
||||
|
||||
// Import partials from the `90s` theme.
|
||||
@import "90s";
|
||||
Reference in New Issue
Block a user