mirror of
https://github.com/metagov/govarch-website.git
synced 2025-05-01 05:38:00 +00:00
18 lines
209 B
SCSS
18 lines
209 B
SCSS
---
|
|
---
|
|
|
|
@charset "utf-8";
|
|
|
|
$asset_url: '{{ '/assets' | absolute_url }}';
|
|
|
|
@import
|
|
"reset",
|
|
"variables",
|
|
"syntax-highlighting",
|
|
"mixins",
|
|
"font",
|
|
"base",
|
|
"masthead",
|
|
"post-list",
|
|
"article"
|
|
; |