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

9 lines (6 loc) 122 B
@color: var(--foo); body { border-left: 1px solid @color; width: calc(50% - 5px); border-top: 1px solid @color; }