Skip to content

Commit

Permalink
Update _grid.scss to use @include make-col-ready() mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Jacoby committed Sep 2, 2016
1 parent ce679c3 commit 546f54c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/styles/components/_grid.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Grid system
.main {
@extend %grid-column;
@include make-col-ready();
@include media-breakpoint-up(sm) {
@include make-col($main-sm-columns);
.sidebar-primary & {
Expand All @@ -9,7 +9,7 @@
}
}
.sidebar {
@extend %grid-column;
@include make-col-ready();
@include media-breakpoint-up(sm) {
@include make-col($sidebar-sm-columns);
}
Expand Down

0 comments on commit 546f54c

Please sign in to comment.