From b83d46fb2b803417bfb0125039b885f2182bcf7b Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Mon, 23 Feb 2015 01:14:19 -0500 Subject: Move Sass to default _sass directory via @LeoColomb #39 --- style.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index a252974..3915a90 100755 --- a/style.scss +++ b/style.scss @@ -5,8 +5,8 @@ // IMPORTS // -@import "_reset"; -@import "_variables"; +@import "reset"; +@import "variables"; // Syntax highlighting @import is at the bottom of this file /**************/ @@ -285,5 +285,5 @@ footer { // Settled on moving the import of syntax highlighting to the bottom of the CSS // ... Otherwise it really bloats up the top of the CSS file and makes it difficult to find the start -@import "_highlights"; -@import "_svg-icons"; +@import "highlights"; +@import "svg-icons"; -- cgit v1.2.3