sass-site/source/assets/stylesheets/helpers/_grid.scss.erb
₍˄ุ.͡˳̫.˄ุ₎ b247d93be9 Stuffs
2013-10-12 11:51:13 -04:00

20 lines
410 B
Plaintext

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