This repository has been archived on 2023-01-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
the-90s-called/assets/main.scss
2016-12-26 15:20:44 +01:00

16 lines
287 B
SCSS

---
# 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";