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

5 lines (4 loc) 63 B
.max (@a, @b) when @a { width: @b; } .max1 { .max(3, 6) }