UNPKG

antd-theme-generator

Version:

This a script to generate color specific styles less file and which you can use to change theme dynamically in browser

24 lines (21 loc) 310 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) { }