chore(stylelint-config): add stylelint-config-prettier

This commit is contained in:
chenjiahan
2020-04-02 16:00:35 +08:00
parent d48cd73adb
commit f1887a2890
9 changed files with 47 additions and 32 deletions
+5 -5
View File
@@ -7,6 +7,11 @@
z-index: @dropdown-item-z-index;
overflow: hidden;
&__icon {
display: block;
line-height: inherit;
}
&__option {
text-align: left;
@@ -31,9 +36,4 @@
position: absolute;
max-height: @dropdown-menu-content-max-height;
}
&__icon {
display: block;
line-height: inherit;
}
}