提交 04d97f9a 编写于 作者: Y yiminghe

add autoprefixer

上级 2e681566
......@@ -66,9 +66,11 @@
border-left: 1px solid #D9D9D9;
width: 20px;
height: 26px;
margin-top: -1px;
}
&-handler-up {
padding-top: 1px;
border-bottom: 1px solid #D9D9D9;
&-inner {
.iconfont-mixin();
......
......@@ -40,7 +40,6 @@
text-align: center;
line-height: 1;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
......
......@@ -5,8 +5,6 @@
@wait-color: #e9e9e9;
.transition(@transition) {
-webkit-transition: @transition;
-o-transition: @transition;
transition: @transition;
}
......
......@@ -88,7 +88,7 @@
.button-size(@btn-padding-base; @font-size-base; @btn-border-radius-base);
.user-select(none);
.transition(all .3s @ease-in-out);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
> .@{iconfont-css-prefix} {
font-size: @font-size-base + 2;
......
......@@ -35,13 +35,12 @@ module.exports = {
}, {
test: /\.less$/,
loader: ExtractTextPlugin.extract(
'css?sourceMap&-restructuring!' +
'less?sourceMap'
'css?sourceMap&-restructuring!' + 'autoprefixer-loader?browsers=last 2 versions!' + 'less?sourceMap'
)
}, {
test: /\.css$/,
loader: ExtractTextPlugin.extract(
'css?sourceMap'
'css?sourceMap!' + 'autoprefixer-loader?browsers=last 2 versions'
)
}]
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册