@ -54,6 +54,7 @@
}
&-text {
word-break: normal;
width: 2em;
text-align: left;
font-size: 1em;
@ -451,7 +451,7 @@
&-pagination {
&-pagination.@{ant-prefix}-pagination {
margin: 16px 0;
float: right;
@ -21,6 +21,10 @@ const COLOR_MAP = {
const reducePlugin = postcss.plugin('reducePlugin', () => {
const cleanRule = (rule) => {
if (rule.selector.startsWith('.main-color .palatte-')) {
rule.remove();
return;
let removeRule = true;
rule.walkDecls((decl) => {
if (