Skip to content

Commit

Permalink
add explicit sass dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Maric committed Dec 11, 2023
1 parent 4a3cfe8 commit 1d62611
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ plugins:
markdown: CommonMarkGhPages

sass:
sass_dir: _sass
style: compressed
16 changes: 8 additions & 8 deletions assets/main.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
---
@import "minima-reboot";
@import "../_sass/buttons";
@import "../_sass/icon";
@import "../_sass/image";
@import "../_sass/segment";
@import "../_sass/label";
@import "../_sass/feed";
@import "../_sass/grid";
@import "../_sass/customization";
@import "buttons";
@import "icon";
@import "image";
@import "segment";
@import "label";
@import ".feed";
@import "grid";
@import "customization";
// $largeMonitorBreakpoint: 500px
// $container-max-widths: (
// sm: 1px,
Expand Down

0 comments on commit 1d62611

Please sign in to comment.