Created
January 18, 2012 02:16
-
-
Save chapel/1630420 to your computer and use it in GitHub Desktop.
Jade tricks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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