source:
Dev/trunk/src/client/util/less/test/css/mixins-nested.css
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 187 bytes |
Line | |
---|---|
1 | .class .inner { |
2 | height: 300; |
3 | } |
4 | .class .inner .innest { |
5 | width: 30; |
6 | border-width: 60; |
7 | } |
8 | .class2 .inner { |
9 | height: 600; |
10 | } |
11 | .class2 .inner .innest { |
12 | width: 60; |
13 | border-width: 120; |
14 | } |
Note: See TracBrowser
for help on using the repository browser.