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

20 lines (17 loc) 217 B
.clearfix { *zoom: 1; &:after { content: ''; display: block; clear: both; height: 0; } } .foo { &:extend(.clearfix all); color: red; } .bar { &:extend(.clearfix all); color: blue; }