Skip to content

Commit

Permalink
Move Sass to default _sass directory via @LeoColomb #39
Browse files Browse the repository at this point in the history
  • Loading branch information
barryclark committed Feb 23, 2015
1 parent 1970612 commit b83d46f
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ version: v1.0.0

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

# Use the following plug-ins
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// IMPORTS
//

@import "_reset";
@import "_variables";
@import "reset";
@import "variables";
// Syntax highlighting @import is at the bottom of this file

/**************/
Expand Down Expand Up @@ -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";

0 comments on commit b83d46f

Please sign in to comment.