1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-18 04:50:03 +02:00

Adding sass files for overwriting some of the theme (primer) styles.

This commit is contained in:
Henrik Hautakoski 2019-10-11 13:57:04 +02:00
parent 96905a3b1f
commit e32d0bb761
5 changed files with 31 additions and 0 deletions

7
assets/css/style.scss Normal file
View file

@ -0,0 +1,7 @@
---
# this ensures Jekyll reads the file to be transformed into CSS later
# only Main files contain this front matter, not partials.
---
@import "main";
@import "{{ site.theme }}";