mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-02 19:10:48 +00:00
21 lines
246 B
SCSS
21 lines
246 B
SCSS
---
|
|
---
|
|
|
|
@charset "utf-8";
|
|
|
|
$asset_url: '{{ '/assets' | absolute_url }}';
|
|
|
|
@import
|
|
"reset",
|
|
"variables",
|
|
"syntax-highlighting",
|
|
"mixins",
|
|
"font",
|
|
"base",
|
|
"masthead",
|
|
"menu",
|
|
"post-list",
|
|
"article",
|
|
"footnotes",
|
|
"search"
|
|
; |