Skip to content

Instantly share code, notes, and snippets.

@rey
Created March 9, 2015 11:46
Show Gist options
  • Select an option

  • Save rey/1e007ef55af2be0f9630 to your computer and use it in GitHub Desktop.

Select an option

Save rey/1e007ef55af2be0f9630 to your computer and use it in GitHub Desktop.
.one, .two {
font-size: massive;
}
.one {
color: red;
}
.two {
color: green;
}
.one, .two
font-size: massive
.one
color: red
.two
color: green
p
font-size: massive
&.one
color: red
&.two
color: green
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment