/app/node_modules/less/test/css/mixins-nested.css
CSS | 14 lines | 14 code | 0 blank | 0 comment | 0 complexity | 49c32a9684b1aaae86fe31d55811fa93 MD5 | raw file
Possible License(s): MIT, Apache-2.0
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}