diff options
| author | Mark Otto <[email protected]> | 2013-07-26 23:36:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 23:36:38 -0700 |
| commit | b4c4072679943773a7582daa63f545ba818fa627 (patch) | |
| tree | eb813b137e1792b81377c1041a240782b79d2ef1 /less/mixins.less | |
| parent | d991ef2ab1b4d156c7e5d33d052d66f8eaafc460 (diff) | |
| parent | 04b00365da0da573b7cac3c4f0222885700ecef7 (diff) | |
| download | bootstrap-2.3.2.tar.xz bootstrap-2.3.2.zip | |
Merge pull request #8637 from twitter/2.3.2-wipv2.3.2
Bump 2.3.2 dependencies and docs links for v3 RC1
Diffstat (limited to 'less/mixins.less')
| -rw-r--r-- | less/mixins.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/mixins.less b/less/mixins.less index 79d889219..857561e9a 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -300,10 +300,10 @@ .skew(@x, @y) { -webkit-transform: skew(@x, @y); -moz-transform: skew(@x, @y); - -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twitter/bootstrap/issues/4885 + -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885 -o-transform: skew(@x, @y); transform: skew(@x, @y); - -webkit-backface-visibility: hidden; // See https://github.com/twitter/bootstrap/issues/5319 + -webkit-backface-visibility: hidden; // See https://github.com/twbs/bootstrap/issues/5319 } .translate3d(@x, @y, @z) { -webkit-transform: translate3d(@x, @y, @z); |
