CSS: Remove obsolete rules for the opacity mixin

This commit is contained in:
Eric Lippmann 2016-11-16 14:15:40 +01:00
parent 8fca2cd9b2
commit a668731ef7
1 changed files with 1 additions and 3 deletions

View File

@ -42,9 +42,7 @@
}
.opacity(@opacity: 0.6) {
-webkit-opacity: @opacity;
-moz-opacity: @opacity;
opacity: @opacity;
opacity: @opacity;
}
.transform(@transform) {