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

27 lines (23 loc) 288 B
@var: black; .a() { color: red; } .b { color: green; .a(); color: blue; background: @var; } .a, .b { background: green; .c, .d { background: gray; & + & { color: red; } } } .extend:extend(.a all) { color: pink; } @import (inline) "imported.css";