移除兼容前缀,交给autoprefixer处理

This commit is contained in:
结发受长生
2019-05-13 22:48:49 +08:00
parent 15a4cf4524
commit 20f836d0b1
11 changed files with 52 additions and 74 deletions
+1 -4
View File
@@ -645,8 +645,7 @@
@if $colorBorder {
border-color: nth($colorBorder, 1);
}
&:hover,
&:active {
&:hover,&:active {
@if length($colorText) == 2 {
color: nth($colorText, 2);
}
@@ -686,12 +685,10 @@
%trans {
transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
}
%trans8 {
transition: all 0.8s ease-in;
-ms-transition: all 0.8s ease-in;
}
%paper-bg {