mirror of
https://github.com/twbs/bootstrap.git
synced 2025-12-06 00:02:25 -05:00
Merge branch 'sparanoid-master' into 2.1.1-wip
This commit is contained in:
commit
cfa039d2e0
@ -264,6 +264,12 @@
|
|||||||
-o-transition: @transition;
|
-o-transition: @transition;
|
||||||
transition: @transition;
|
transition: @transition;
|
||||||
}
|
}
|
||||||
|
.transition-delay(@transition-delay) {
|
||||||
|
-webkit-transition-delay: @transition-delay;
|
||||||
|
-moz-transition-delay: @transition-delay;
|
||||||
|
-o-transition-delay: @transition-delay;
|
||||||
|
transition-delay: @transition-delay;
|
||||||
|
}
|
||||||
|
|
||||||
// Transformations
|
// Transformations
|
||||||
.rotate(@degrees) {
|
.rotate(@degrees) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user