-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Carousel code partially doesn't use vendor-prefixes mixins #759
Comments
Same problem here with Safari 7.1 OSX 10.9.5 |
Closing in favor of the upstream issue. |
Hmm, actually, not sure what the Sass port's policy on prefixing/autoprefixer is, so I'll keep this open. Sorry for the spam. |
Yes, please. The autogenerated Sass fork is IMO broken in this regard, only the Less code generates final CSS files properly. |
The LESS version does not use vendor prefixes on https://github.com/twbs/bootstrap/blob/master/less/carousel.less#L30, but compiles correctly only because the LESS version is compiled using autoprefixer. As we still support vendor prefixes (though deprecated) in v3, this should be fixed upstream. |
I have to say this messed me up for a few days. Safari still requires vendor prefixes to use transform properly. http://caniuse.com/#feat=transforms3d |
See my original issue on the Less source code:
twbs/bootstrap#14937
I just wanted to open an issue in Sass repository to make sure it's properly resolved.
The text was updated successfully, but these errors were encountered: