Removed most of minima theme's css.

This commit is contained in:
Michael Smith
2016-12-26 14:48:20 +01:00
parent 614d39c734
commit 2ed616981e
18 changed files with 660 additions and 3 deletions

15
assets/main.scss Normal file
View 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";