Skip to content

Instantly share code, notes, and snippets.

@mjsxi
Created January 12, 2015 20:35
Show Gist options
  • Save mjsxi/db97704982d6c0de3693 to your computer and use it in GitHub Desktop.
Save mjsxi/db97704982d6c0de3693 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
$sbn-width: 1030px;
$verge-width: 1023px;
$polygon-width: 1060px;
$vox-width: 1060px;
$eater-width: 1060px;
$racked-width: 1060px; // TBD
$curbed-width: 1060px; // TBD
$vertical:(sbn, $sbn-width),
(verge, $verge-width),
(polygon, $polygon-width),
(vox, $vox-width),
(eater, $eater-width),
(racked, $racked-width),
(curbed, $curbed-width);
@each $vertical, $size in $vertical {
.hymnal-#{$vertical} {
#hymnal-athena{
max-width: $size;
}
}
}
.hymnal-sbn #hymnal-athena {
max-width: 1030px;
}
.hymnal-verge #hymnal-athena {
max-width: 1023px;
}
.hymnal-polygon #hymnal-athena {
max-width: 1060px;
}
.hymnal-vox #hymnal-athena {
max-width: 1060px;
}
.hymnal-eater #hymnal-athena {
max-width: 1060px;
}
.hymnal-racked #hymnal-athena {
max-width: 1060px;
}
.hymnal-curbed #hymnal-athena {
max-width: 1060px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment