Inital Commit
[oweals/finalsclub.git] / node_modules / jade / support / stylus / test / cases / operators.assignment.mixin.css
1 body {
2   foo: 20;
3 }
4 body {
5   foo: 5;
6 }
7 body {
8   foo: 20;
9 }
10 body {
11   foo: 2.5;
12 }
13 body {
14   foo: 1;
15 }