Skip to content

Commit b83d46f

Browse files
committed
Move Sass to default _sass directory via @LeoColomb barryclark#39
1 parent 1970612 commit b83d46f

6 files changed

+4
-5
lines changed

_config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ version: v1.0.0
6060

6161
# Set the Sass partials directory, as we're using @imports
6262
sass:
63-
sass_dir: _scss
6463
style: :expanded # You might prefer to minify using :compressed
6564

6665
# Use the following plug-ins
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

style.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// IMPORTS
66
//
77

8-
@import "_reset";
9-
@import "_variables";
8+
@import "reset";
9+
@import "variables";
1010
// Syntax highlighting @import is at the bottom of this file
1111

1212
/**************/
@@ -285,5 +285,5 @@ footer {
285285

286286
// Settled on moving the import of syntax highlighting to the bottom of the CSS
287287
// ... Otherwise it really bloats up the top of the CSS file and makes it difficult to find the start
288-
@import "_highlights";
289-
@import "_svg-icons";
288+
@import "highlights";
289+
@import "svg-icons";

0 commit comments

Comments
 (0)