mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 02:17:36 +01:00
21 lines
378 B
Plaintext
21 lines
378 B
Plaintext
.container {
|
|
@include container;
|
|
|
|
&.toolkit-grid { @include susy-grid-background; }
|
|
|
|
<% data.layout.resolutions.each do |resolution| %>
|
|
@include at-breakpoint($<%= resolution.target %>) {
|
|
@include set-container-width;
|
|
|
|
&.toolkit-grid { @include susy-grid-background; }
|
|
}
|
|
<% end %>
|
|
}
|
|
|
|
|
|
|
|
.row {
|
|
@extend %clear-fix;
|
|
@include bleed($gutter-width);
|
|
}
|