Skip to content

Commit

Permalink
updated scss import to match the removal of working-directory based i…
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlath committed Jun 13, 2016
1 parent f55c2be commit ced10da
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions app/modules/general/scss/foundation/_imports.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,43 +14,43 @@
// @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",
// "../bower_components/foundation/scss/foundation/components/breadcrumbs",
// "../bower_components/foundation/scss/foundation/components/block-grid",
// "../bower_components/foundation/scss/foundation/components/button-groups",
// "../bower_components/foundation/scss/foundation/components/clearing",
// "../bower_components/foundation/scss/foundation/components/flex-video",
// "../bower_components/foundation/scss/foundation/components/grid",
// "../../../../../bower_components/foundation/scss/foundation/components/accordion",
// "../../../../../bower_components/foundation/scss/foundation/components/breadcrumbs",
// "../../../../../bower_components/foundation/scss/foundation/components/block-grid",
// "../../../../../bower_components/foundation/scss/foundation/components/button-groups",
// "../../../../../bower_components/foundation/scss/foundation/components/clearing",
// "../../../../../bower_components/foundation/scss/foundation/components/flex-video",
// "../../../../../bower_components/foundation/scss/foundation/components/grid",
// in anticipation of Foundation >= 5.5.0
// "../bower_components/foundation/scss/foundation/components/icon-bar",
// "../bower_components/foundation/scss/foundation/components/inline-lists",
// "../bower_components/foundation/scss/foundation/components/keystrokes",
// "../bower_components/foundation/scss/foundation/components/labels",
// "../bower_components/foundation/scss/foundation/components/magellan",
// "../bower_components/foundation/scss/foundation/components/offcanvas",
// "../bower_components/foundation/scss/foundation/components/orbit",
// "../bower_components/foundation/scss/foundation/components/pagination",
// "../bower_components/foundation/scss/foundation/components/panels",
// "../bower_components/foundation/scss/foundation/components/pricing-tables",
// "../bower_components/foundation/scss/foundation/components/range-slider",
// "../bower_components/foundation/scss/foundation/components/side-nav",
// "../bower_components/foundation/scss/foundation/components/split-buttons",
// "../bower_components/foundation/scss/foundation/components/sub-nav",
// "../bower_components/foundation/scss/foundation/components/switch",
// "../bower_components/foundation/scss/foundation/components/tables",
// "../bower_components/foundation/scss/foundation/components/tabs",
// "../bower_components/foundation/scss/foundation/components/thumbs",
// "../bower_components/foundation/scss/foundation/components/visibility"
// "../../../../../bower_components/foundation/scss/foundation/components/icon-bar",
// "../../../../../bower_components/foundation/scss/foundation/components/inline-lists",
// "../../../../../bower_components/foundation/scss/foundation/components/keystrokes",
// "../../../../../bower_components/foundation/scss/foundation/components/labels",
// "../../../../../bower_components/foundation/scss/foundation/components/magellan",
// "../../../../../bower_components/foundation/scss/foundation/components/offcanvas",
// "../../../../../bower_components/foundation/scss/foundation/components/orbit",
// "../../../../../bower_components/foundation/scss/foundation/components/pagination",
// "../../../../../bower_components/foundation/scss/foundation/components/panels",
// "../../../../../bower_components/foundation/scss/foundation/components/pricing-tables",
// "../../../../../bower_components/foundation/scss/foundation/components/range-slider",
// "../../../../../bower_components/foundation/scss/foundation/components/side-nav",
// "../../../../../bower_components/foundation/scss/foundation/components/split-buttons",
// "../../../../../bower_components/foundation/scss/foundation/components/sub-nav",
// "../../../../../bower_components/foundation/scss/foundation/components/switch",
// "../../../../../bower_components/foundation/scss/foundation/components/tables",
// "../../../../../bower_components/foundation/scss/foundation/components/tabs",
// "../../../../../bower_components/foundation/scss/foundation/components/thumbs",
// "../../../../../bower_components/foundation/scss/foundation/components/visibility"

0 comments on commit ced10da

Please sign in to comment.