Skip to content

Commit

Permalink
Merge pull request #1706 from darrenjacoby/master
Browse files Browse the repository at this point in the history
Update _grid.scss to use @include make-col-ready() mixin
  • Loading branch information
QWp6t authored Sep 2, 2016
2 parents ce679c3 + 546f54c commit 845210d
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 845210d

Please sign in to comment.