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

15 lines (13 loc) 153 B
#ns { .options() { val1: 10px; } } @ns: { @options: { val2: 20px; } } .foo { val: #ns.options[val1] + @ns[@options][val2] + 5px; }