-
-
Notifications
You must be signed in to change notification settings - Fork 27k
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
CSS autoprefixer breaking flexbox in Safari #2450
Comments
@ttches |
On which version of Safari does it break? The autoprefixer browser list looks like this
Maybe you used safari version that is older than 7? |
Whoops, I was assuming 'last 4 versions' of Safari would be Safari 7-10 but I found this website after your responses and I am wrong: http://browserl.ist/?q=last+4+versions I was testing this on Safari 8.0.1 This is not an issue with create react app as Safari 8.0 is intentionally not supported here. Thank you for your responses. |
@viankakrisna You will be able to specify the targeted browsers once PR #2358 is merged |
Safari 9 comes in the last 4 versions list but still I'm getting this issue on Safari 9.1 and 10.0 |
I can confirm that flex is breaking on safari iOS 9.3 |
If you experience problems in Safari please file a new issue. Posting in old threads about this is not helpful because:
Please file a new issue, provide a specific example that breaks in Safari 9, and we can take a look. Thanks! |
From create-react-app's readme @ https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md
becomes
In practice, after running yarn build, it becomes:
I believe this missing -webkit- is breaking my websites in Safari. Does anyone know how this can be prevented or if I am doing anything incorrectly? Thank you.
The text was updated successfully, but these errors were encountered: