react-antd-cssvars
Version:
A minimal cssvars antd module
22 lines (15 loc) • 441 B
text/less
@import './variables.less';
@tag-prefix: ~"@{ant-prefix}-tag";
.@{tag-prefix}.tag-primary {
color: @antd-primary-color;
background-color: @antd-background-selected;
border-color: @antd-primary-color;
}
.@{tag-prefix}.tag-secondary {
color: @antd-text-color-inv;
background-color: @antd-secondary-color;
}
.@{tag-prefix}.tag-primary-bg {
color: @antd-text-color-inv;
background-color: @antd-primary-color;
}