mirror of
https://github.com/less/less.js.git
synced 2026-02-07 21:45:08 -05:00
Removed toLowerCase function call so the function name remains the same
when used with a mixin and add test for rotateX
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
}
|
||||
.other {
|
||||
-moz-transform: translate(0, 11em) rotate(-90deg);
|
||||
transform: rotateX(45deg);
|
||||
}
|
||||
.item[data-cra_zy-attr1b-ut3=bold] {
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user