Inital Commit
[oweals/finalsclub.git] / node_modules / jade / support / stylus / test / cases / comments.styl
1
2 // foo = 'bar'
3
4 body
5   color red
6   // lots of stuff
7   // wahoo
8
9   // super cool
10  
11   // background green
12
13 form
14   background white
15
16 /*
17
18 body
19   a
20     color blue
21
22 */
23 // rawr
24
25 html>/**/body select
26 x:-moz-any-link
27 x:default select
28   font-weight bold !important