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
25 lines (24 loc) • 387 B
CSS
.test-c {
background-color: green;
}
.theOnlySelector {
shall-have: one selector;
}
show-all-content {
/*
tralala
*/
}
show-all-content .fix {
fix: fix;
}
show-all-content .something {
inside: something;
}
#used-namespaced-mixin {
was: included;
shall-see: another property above;
}
call-mixin-with-import-by-reference-inside {
the-only-property: nothing-below-this;
}