Inital Commit
[oweals/finalsclub.git] / node_modules / jade / support / stylus / test / cases / scope.styl
1
2 size = 12px
3 size-large = size * 2
4
5 pad(x, y = size)
6   margin size-large
7   padding y x y x
8
9 body
10   size = 50px
11   pad(5px)
12   font-size size