This repository has been archived on 2023-01-29. You can view files and clone it, but cannot push or open issues or pull requests.

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