sass-site/source/assets/css/helpers/_grid.scss.erb
₍˄ุ.͡˳̫.˄ุ₎ 92f17202ec Lots of clean up.
2013-10-14 15:52:40 -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);
}