From 357b18b967b037ff18634bfd0a19320ecdcbe107 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Mon, 12 Mar 2018 08:15:18 +0800 Subject: [PATCH] fix front matter bug in main.scss vs code auto format --- assets/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/main.scss b/assets/main.scss index 3b95752..d9e709a 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -1,4 +1,4 @@ ---- # Only the main Sass file needs front matter (the dashes are enough) --- @import "minima"; +@import "minima"; * { text-shadow: 1px 1px 1px rgba(0, 0, 0, .004)!important; -webkit-font-smoothing: antialiased!important;