Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Created August 15, 2014 15:04
Show Gist options
  • Save cimmanon/a82fc71b18e1a121b4d8 to your computer and use it in GitHub Desktop.
Save cimmanon/a82fc71b18e1a121b4d8 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0.rc.1)
// ----
h1 {
font-family: Helvetica, Arial, sans-serif;
font-size: 2em;
&.small {
font-size: 1em;
}
}
h1 {
font-family: Helvetica, Arial, sans-serif;
font-size: 2em;
}
h1.small {
font-size: 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment