|
|
|
|
|
by mdo
3228 days ago
|
|
Probably gonna stick with some Sass stuff for awhile, tackling components and JS behaviors we haven’t done in the past. There’s some major stuff we’re missing even before CSS grid layout (which doesn’t have super great support today). |
|
Considering Bootstrap does not support the same browsers that CSS Grid does not work in, this argument doesn't stand.
http://caniuse.com/#search=grid
If you look through the stats of every unsupported browser in the list above, almost all of them are %0.x. Adding them all up still gives you single digits. And with Flexbox as a fallback, you're covering virtually all modern browsers.
I really hope you consider adding this last feature to Bootstrap 4 as I truly believe it will be worth the effort.