Skip to content

Instantly share code, notes, and snippets.

@chapel
Created January 18, 2012 02:16
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 chapel/1630420 to your computer and use it in GitHub Desktop.
Save chapel/1630420 to your computer and use it in GitHub Desktop.
Jade tricks
style.
.my-class {
background-color: #eff1f1;
border: 1px solid #dfdbe5;
}
#big-class
.other-class
h3
| Hi! Guys
//- I want to define the style of my-class
// not sure yet, how to do it
div.my-class
p
| body content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment