diff options
| author | Barry Clark <barry@barryclark.co> | 2015-02-23 01:14:19 -0500 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2015-02-23 01:14:19 -0500 |
| commit | b83d46fb2b803417bfb0125039b885f2182bcf7b (patch) | |
| tree | c824c07769db8b6ca904fee2b8d6a94b8876c8e4 /style.scss | |
| parent | 19706125aa88f5afa42a5763d4773fe1f34c6bbb (diff) | |
| download | blog-universedg-b83d46fb2b803417bfb0125039b885f2182bcf7b.tar.gz blog-universedg-b83d46fb2b803417bfb0125039b885f2182bcf7b.tar.bz2 blog-universedg-b83d46fb2b803417bfb0125039b885f2182bcf7b.zip | |
Move Sass to default _sass directory via @LeoColomb #39
Diffstat (limited to 'style.scss')
| -rwxr-xr-x | style.scss | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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"; |
