sass-site/source/assets/stylesheets/helpers/_grid.scss.erb
₍˄ุ.͡˳̫.˄ุ₎ 07f31b01eb merge conflicts
2013-10-12 11:57:34 -04:00

20 lines
422 B
Plaintext

.container {
@include container(hide);
&.toolkit-grid { @include background-grid; }
<% data.layout.resolutions.each do |resolution| %>
@include breakpoint($<%= resolution.target %>) {
@include set-grid($<%= resolution.target %>-grid);
@include container(hide);
&.toolkit-grid { @include background-grid; }
}
<% end %>
}
.row {
@extend %clear-fix;
@include bleed($gutter-width);
}