-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Add flexbox-enabled CSS to v4 /dist #18292
Comments
With Microsoft dropping support for IE10 and lower in two months (source), I'd even argue to make flexbox the new default and additionally provide a bootstrap-noflexbox.css in the dist folder. |
That could be interesting. I think I had these files being generated at some point, but hated the extra noise it added to all our diffs.
We won't be doing that. |
Additionally, caniuse recently downgraded its rating of IE11's flexbox support due to how buggy it is. |
@mdo: Could you elaborate why? I'm not trying to argue, but I'm curious what the reasoning is. |
Bootstrap v4 currently aims to be compatible with IE9+ out of the box. (This ratchets the minimum IE version up one notch from v3, which supported IE8+.) |
This would be so useful right now. The build system can be a challenge and a barrier to using this awesome flexbox file. Edit: Also if anyone gets stuck in this situation heres a flexbox mirror in the mean time https://github.com/GitMiester/bootstrap-4-flexbox |
Exploring this in #20682. |
For those who don't want to download and compile the SCSS files it'll be useful to include something like bootstrap-flexbox.css in the dist folder.
The text was updated successfully, but these errors were encountered: