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

25 lines (22 loc) 357 B
@charset "ISO-8859-1"; .mixin_import1() { @media all { .tst { color: black; @media screen { color: red; .tst3 { color: white; } } } } } .mixin_import2() { .tst2 { color: white; } } .tst3 { color: grey; }