Merge branch 'master' into antd-3.0

This commit is contained in:
afc163 2017-11-21 10:19:39 +08:00
commit 81fc6d613c
3 changed files with 6 additions and 1 deletions

View File

@ -54,6 +54,7 @@
}
&-text {
word-break: normal;
width: 2em;
text-align: left;
font-size: 1em;

View File

@ -451,7 +451,7 @@
}
}
&-pagination {
&-pagination.@{ant-prefix}-pagination {
margin: 16px 0;
float: right;
}

View File

@ -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 (