Created
May 29, 2014 09:49
-
-
Save shaunbent/361d5d66a7aca33d9743 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.7) | |
// Compass (v1.0.0.alpha.18) | |
// ---- | |
$gel-typography-settings: ( | |
default: ( | |
trafalgar: ( | |
group-a: 20 24, | |
group-b: 24 28, | |
group-c: 36 40, | |
group-d: 32 32 | |
), | |
double-pica: ( | |
group-a: 20 24, | |
group-c: 28 32, | |
group-d: 24 24 | |
), | |
great-primer: ( | |
group-a: 18 20, | |
group-b: 20 24, | |
group-c: 24 28, | |
group-d: 20 20 | |
), | |
pica: ( | |
group-a: 15 20, | |
group-b: 16 22, | |
group-c: 18 24, | |
group-d: 16 22 | |
), | |
long-primer: ( | |
group-a: 15 18, | |
group-b: 16 20, | |
group-c: 16 22, | |
group-d: 14 18 | |
), | |
brevier: ( | |
group-a: 14 16, | |
group-d: 13 | |
), | |
minion: ( | |
group-a: 12 16, | |
group-c: 13, | |
group-d: 12 | |
) | |
) | |
); | |
$gel-typography-script: default !default; | |
map-get($gel-typography-settings, $gel-typography-script); | |
@each $type-class, $type-groups in map-get($gel-typography-settings, $gel-typography-script) { | |
/*.#{$type-class} { | |
.header { background-color: red; } | |
}*/ | |
/*.#{$type-groups} { | |
}*/ | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Invalid CSS after "map-get": expected "{", was "($gel-typograph..." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment