mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 18:37:35 +01:00
16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
// Susy Settings
|
|
$total-columns: <%= data.layout.susy.total_columns %>;
|
|
$column-width: <%= data.layout.susy.column_width %>;
|
|
$gutter-width: <%= data.layout.susy.gutter_width %>;
|
|
$grid-padding: $gutter-width;
|
|
|
|
$container-style: magic;
|
|
|
|
$border-radius: .25em;
|
|
|
|
<% data.layout.resolutions.each do |resolution| %>
|
|
$<%= resolution.target %>: <%= resolution.width %>px;
|
|
<% end %>
|
|
|
|
$sticky-contentinfo-height: rhythm(6);
|