Skip to content

Instantly share code, notes, and snippets.

@a-fro
Created June 6, 2013 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-fro/5723437 to your computer and use it in GitHub Desktop.
Save a-fro/5723437 to your computer and use it in GitHub Desktop.
h1 {
font-size: 2em;
font-weight: normal;
&.yell {
text-decoration: uppercase;
font-weight: bold;
}
}
/* output */
h1 { font-size: 2em; font-weight: normal; }
h1.yell { text-decoration: uppercase; font-weight: bold; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment