Skip to content

Commit

Permalink
updated scss import to match the removal to working directory based i…
Browse files Browse the repository at this point in the history
…mport path

probably due to node-sass 3.5 breaking change sass/node-sass#1474
related issues:
sass/node-sass#1592
brunch/sass-brunch#111
brunch/brunch#1402
  • Loading branch information
maxlath committed Jun 13, 2016
1 parent f55c2be commit a7da486
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions app/modules/general/scss/foundation/_imports.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
// @import "../bower_components/foundation/scss/normalize";

@import
"../bower_components/foundation/scss/foundation/components/alert-boxes",
"../bower_components/foundation/scss/foundation/components/buttons",
"../bower_components/foundation/scss/foundation/components/dropdown",
"../bower_components/foundation/scss/foundation/components/dropdown-buttons",
"../bower_components/foundation/scss/foundation/components/forms",
"../bower_components/foundation/scss/foundation/components/joyride",
"../bower_components/foundation/scss/foundation/components/progress-bars",
"../bower_components/foundation/scss/foundation/components/reveal",
"../bower_components/foundation/scss/foundation/components/tooltips",
"../bower_components/foundation/scss/foundation/components/top-bar",
"../bower_components/foundation/scss/foundation/components/type";
"../../../../../bower_components/foundation/scss/foundation/components/alert-boxes",
"../../../../../bower_components/foundation/scss/foundation/components/buttons",
"../../../../../bower_components/foundation/scss/foundation/components/dropdown",
"../../../../../bower_components/foundation/scss/foundation/components/dropdown-buttons",
"../../../../../bower_components/foundation/scss/foundation/components/forms",
"../../../../../bower_components/foundation/scss/foundation/components/joyride",
"../../../../../bower_components/foundation/scss/foundation/components/progress-bars",
"../../../../../bower_components/foundation/scss/foundation/components/reveal",
"../../../../../bower_components/foundation/scss/foundation/components/tooltips",
"../../../../../bower_components/foundation/scss/foundation/components/top-bar",
"../../../../../bower_components/foundation/scss/foundation/components/type";


// "../bower_components/foundation/scss/foundation/components/accordion",
Expand Down

0 comments on commit a7da486

Please sign in to comment.