2013-10-09 06:30:53 -04:00
|
|
|
.container {
|
2013-10-12 11:57:34 -04:00
|
|
|
@include container(hide);
|
2013-10-09 06:30:53 -04:00
|
|
|
|
2013-10-11 16:06:20 -04:00
|
|
|
&.toolkit-grid { @include background-grid; }
|
2013-10-09 06:30:53 -04:00
|
|
|
|
|
|
|
<% data.layout.resolutions.each do |resolution| %>
|
2013-10-11 16:06:20 -04:00
|
|
|
@include breakpoint($<%= resolution.target %>) {
|
2013-10-12 11:51:13 -04:00
|
|
|
@include set-grid($<%= resolution.target %>-grid);
|
2013-10-12 11:57:34 -04:00
|
|
|
@include container(hide);
|
2013-10-09 06:30:53 -04:00
|
|
|
|
2013-10-11 16:06:20 -04:00
|
|
|
&.toolkit-grid { @include background-grid; }
|
2013-10-09 06:30:53 -04:00
|
|
|
}
|
|
|
|
<% end %>
|
|
|
|
}
|
|
|
|
|
|
|
|
.row {
|
|
|
|
@extend %clear-fix;
|
|
|
|
@include bleed($gutter-width);
|
|
|
|
}
|