diff options
| author | Mark Otto <[email protected]> | 2012-08-26 22:30:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-26 22:30:49 -0700 |
| commit | cfa039d2e0aff2bfd25b3cac129d01873f182eba (patch) | |
| tree | faf3f21632dcd8daf365325cf1f40f6fe6eee765 /less | |
| parent | eb8aad85b832e01ee1abff4ec90ef751d4e73b78 (diff) | |
| parent | ec6b3200035a08c662490ea2696094c47caa2e60 (diff) | |
| download | bootstrap-cfa039d2e0aff2bfd25b3cac129d01873f182eba.tar.xz bootstrap-cfa039d2e0aff2bfd25b3cac129d01873f182eba.zip | |
Merge branch 'sparanoid-master' into 2.1.1-wip
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/less/mixins.less b/less/mixins.less index b093f1f0d..e1c93224b 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -264,6 +264,12 @@ -o-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 .rotate(@degrees) { |
