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 (8 loc) 171 B
.mixin-no-parent-selector() { background-color: red; } .mixin-with-parent-selector() { &:first-child{ // USING AN & SELECTOR HERE background-color: blue; } }