/app/node_modules/less/test/css/mixins-nested.css
https://bitbucket.org/jorritposthuma/inventory-counter-mobile · CSS · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · 49c32a9684b1aaae86fe31d55811fa93 MD5 · raw file
- .class .inner {
- height: 300;
- }
- .class .inner .innest {
- width: 30;
- border-width: 60;
- }
- .class2 .inner {
- height: 600;
- }
- .class2 .inner .innest {
- width: 60;
- border-width: 120;
- }