Skip to content

Commit

Permalink
update zen grids and breakpoint path
Browse files Browse the repository at this point in the history
  • Loading branch information
palantir-team committed Mar 4, 2016
1 parent 72cdc53 commit d729690
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions STYLEGUIDE_TEMPLATE/source/code/sass/_init.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ $easing: ease-out;
// =============================================================================

// Add the Zen Grids responsive layout mixins.
@import "../../../node_modules/zen-grids/sass/zen-grids";
@import "../../../node_modules/zen-grids/sass/zen-grids/functions";
@import "../../../node_modules/zen-grids/sass/zen-grids/background";
@import "../../../node_modules/zen-grids/sass/zen-grids/flow";
@import "../../../../node_modules/zen-grids/sass/zen-grids";
@import "../../../../node_modules/zen-grids/sass/zen-grids/functions";
@import "../../../../node_modules/zen-grids/sass/zen-grids/background";
@import "../../../../node_modules/zen-grids/sass/zen-grids/flow";
// Add the Breakpoint mixin.
@import "../../../node_modules/breakpoint-sass/stylesheets/breakpoint";
@import "../../../../node_modules/breakpoint-sass/stylesheets/breakpoint";

// Now we add our custom helper mixins.
@import "mixins";

0 comments on commit d729690

Please sign in to comment.