Skip to content

Instantly share code, notes, and snippets.

@vito
Created September 11, 2010 16:56
Show Gist options
  • Save vito/575355 to your computer and use it in GitHub Desktop.
Save vito/575355 to your computer and use it in GitHub Desktop.
CSS new (do: {
body: {
font-family: "Georgia"
}
header: {
font-family: "Arial"
h1.red: {
color: "red"
a#bar: {
text-decoration: "none"
border-bottom: "1px solid blue"
}
}
}
}) print
body { font-family: Georgia }
header { font-family: Arial }
header h1.red { color: red }
header h1.red a#bar { text-decoration: none; border-bottom: 1px solid blue }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment