1
0
Fork 0
mirror of https://github.com/Oreolek/elements.git synced 2024-04-26 22:19:18 +03:00

add box shadow none: #shadow > .none();

This commit is contained in:
Fabian Vogelsteller 2012-07-05 23:06:02 +02:00
parent 85018fdd66
commit 0effb58021

View file

@ -126,6 +126,11 @@
-o-text-shadow: @arguments;
-khtml-text-shadow: @arguments;
}
.none() {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
}
#transform {