Skip to content

Commit

Permalink
Make node_module requires relative
Browse files Browse the repository at this point in the history
  • Loading branch information
danielberkompas committed Jun 15, 2017
1 parent 06b527a commit efed6fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/css/base/_grid-settings.sass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "./node_modules/bourbon-neat/app/assets/stylesheets/neat-helpers"
@import "~bourbon-neat/app/assets/stylesheets/neat-helpers"

$torch-grid-columns : 12 !default
$torch-gutter : 30px !default
Expand Down
6 changes: 3 additions & 3 deletions assets/css/torch.sass
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "./node_modules/bourbon/app/assets/stylesheets/bourbon"
@import "./node_modules/bourbon-neat/app/assets/stylesheets/neat"
@import "./node_modules/pikaday/scss/pikaday.scss"
@import "~bourbon/app/assets/stylesheets/bourbon"
@import "~bourbon-neat/app/assets/stylesheets/neat"
@import "~pikaday/scss/pikaday.scss"
@import "vendor/vendor"
@import "base/base"
@import "components/components"
Expand Down

0 comments on commit efed6fe

Please sign in to comment.