🔥 remove transition,transform,use-select mixin

This commit is contained in:
jingsam 2016-11-27 00:25:19 +08:00
parent 192e2cb849
commit e26450485c
35 changed files with 104 additions and 175 deletions

View file

@ -13,8 +13,8 @@
@font-scale: unit(@size / @font-size-base);
font-size: @font-size-base;
font-size: ~"@{size} \9"; // ie8-9
.transform(scale(@font-scale) rotate(@rotate));
transform: scale(@font-scale) rotate(@rotate);
:root & {
font-size: @font-size-base; // reset ie9 and above
}
}
}