mirror of
https://github.com/minetestblog/minetestblog.github.io.git
synced 2025-07-07 14:58:56 +02:00
31 lines
448 B
SCSS
31 lines
448 B
SCSS
---
|
|
# Only the main Sass file needs front matter (the dashes are enough)
|
|
sitemap:
|
|
exclude: 'yes'
|
|
---
|
|
@charset "utf-8";
|
|
|
|
@import "mixins";
|
|
@import "variables";
|
|
|
|
@import "base";
|
|
|
|
@import "header";
|
|
@import "articles";
|
|
@import "titles";
|
|
@import "hero";
|
|
|
|
@import "components";
|
|
|
|
@import "notices";
|
|
@import "blockquote";
|
|
@import "table";
|
|
@import "code";
|
|
|
|
@import "404";
|
|
@import "jekyll-github";
|
|
@import "pagination";
|
|
@import "footer";
|
|
|
|
@import "icons";
|