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

11 lines (10 loc) 119 B
.add(@a, @b) { @r: @a + @b; } .foo { width: .add(10px, 10px)[]; bar: @return[]; } @return: { single: val; }