Created
April 23, 2015 12:06
-
-
Save iketari/908cf0799f0ce6954040 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.4.12) | |
// Compass (v1.0.3) | |
// ---- | |
$font-family: 'PT Serif', serif; | |
$font-size: 18px; | |
$line-height: $font-size * 1.5; | |
$color: #333; | |
body { | |
font: normal #{$font-size}/#{$line-height} $font-family; | |
color: $color; | |
} |
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
body { | |
font: normal 18px/27px "PT Serif", serif; | |
color: #333; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment