fix front matter of main scss
This commit is contained in:
parent
357b18b967
commit
1720f1f05f
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# only the main sass file needs front matter
|
||||
---
|
||||
|
||||
@import "minima";
|
||||
|
||||
* {
|
||||
text-shadow: 1px 1px 1px rgba(0, 0, 0, .004)!important;
|
||||
-webkit-font-smoothing: antialiased!important;
|
||||
|
|
Loading…
Reference in a new issue