mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-23 15:26:20 +01:00
feat: rm useless compatibility style
This commit is contained in:
parent
b81fed5c02
commit
48a3942536
2 changed files with 2 additions and 5 deletions
|
@ -18,7 +18,6 @@
|
|||
|
||||
@mixin transform($value) {
|
||||
-webkit-transform: $value;
|
||||
-moz-transform: $value;
|
||||
-ms-transform: $value;
|
||||
-o-transform: $value;
|
||||
transform: $value;
|
||||
|
@ -26,8 +25,6 @@
|
|||
|
||||
@mixin filter($value) {
|
||||
-webkit-filter: $value;
|
||||
-moz-filter: $value;
|
||||
-ms-filter: $value;
|
||||
filter: $value;
|
||||
}
|
||||
|
||||
|
@ -82,8 +79,8 @@
|
|||
}
|
||||
|
||||
@mixin appearance($value) {
|
||||
-moz-appearance: $value;
|
||||
-webkit-appearance: $value;
|
||||
-moz-appearance: $value;
|
||||
}
|
||||
|
||||
@mixin overflow-wrap($value) {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue