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