UNPKG

less-tests

Version:

LESS CSS test-suite. Run any kind of test on LESS stylesheets.

24 lines (21 loc) 307 B
.ext1 .ext2 { background: black; } @media tv { .ext1 .ext3 { color: white; } .tv-lowres :extend(.ext1 all) { background: blue; } @media hires { .ext1 .ext4 { color: green; } .tv-hires :extend(.ext1 all) { background: red; } } } .all:extend(.ext1 all) { }