sass-site/source/assets/stylesheets/helpers/_grid.scss.erb
₍˄ุ.͡˳̫.˄ุ₎ 5387c0a164 WIP
2013-10-11 16:06:20 -04:00

21 lines
355 B
Plaintext

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