Skip to content

Instantly share code, notes, and snippets.

@iketari
Created April 23, 2015 12:06
Show Gist options
  • Save iketari/908cf0799f0ce6954040 to your computer and use it in GitHub Desktop.
Save iketari/908cf0799f0ce6954040 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// 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;
}
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