2013-10-09 12:30:53 +02:00
|
|
|
.container {
|
2014-07-28 10:10:02 +02:00
|
|
|
@include container;
|
2013-10-09 12:30:53 +02:00
|
|
|
|
2013-10-11 22:06:20 +02:00
|
|
|
&.toolkit-grid { @include background-grid; }
|
2013-10-09 12:30:53 +02:00
|
|
|
|
|
|
|
<% data.layout.resolutions.each do |resolution| %>
|
2013-10-11 22:06:20 +02:00
|
|
|
@include breakpoint($<%= resolution.target %>) {
|
2014-07-28 10:10:02 +02:00
|
|
|
@include layout($<%= resolution.target %>-grid);
|
2013-10-09 12:30:53 +02:00
|
|
|
|
2013-10-11 22:06:20 +02:00
|
|
|
&.toolkit-grid { @include background-grid; }
|
2013-10-09 12:30:53 +02:00
|
|
|
}
|
|
|
|
<% end %>
|
|
|
|
}
|
|
|
|
|
|
|
|
.row {
|
|
|
|
@extend %clear-fix;
|
2014-07-28 10:10:02 +02:00
|
|
|
@include bleed-x($gutter-width);
|
2013-10-09 12:30:53 +02:00
|
|
|
}
|