What CSS framework is recommend these days if you can afford being flexbox only?
Bootstrap 4 Alpha 4 Released
11–20 of 78 posts
Re: Bootstrap 4 Alpha 4 Released
#12What CSS framework is recommend these days if you can afford being flexbox only?
Re: Bootstrap 4 Alpha 4 Released
#13What's new? I haven't been following bootstrap 4, ( especially since I switched to http://semantic-ui.com/ ). * I see a list of themes priced at 100$ :/ (maybe that's a good thing?) * "Moved from Less to Sass". OK, that's a late addition but always welcomed. (Although there was already an unofficial sass version of bootstrap.) * "Opt-in flexbox support is here". Why would flexbox not be opt-out? * "giving you more op…
Re: Bootstrap 4 Alpha 4 Released
#14What CSS framework is recommend these days if you can afford being flexbox only?
What for do you need a framework? For buttons? For the grid? You most likely have to adjust them anyways, so why not make a clean approach without the bloat (in a sense of coding style [I'm very much into BEM]) of a framework?
Thanks for mentioning BEM, do you use it with sass?
Re: Bootstrap 4 Alpha 4 Released
#15Beginning to wonder why they need to break compatibility so often?
Re: Bootstrap 4 Alpha 4 Released
#16What CSS framework is recommend these days if you can afford being flexbox only?
Re: Bootstrap 4 Alpha 4 Released
#17Tested and looks like compatibility is broken with offsets , changes to btn sizes, label margins and looks like custom style for select form elements has changed or removed. I think its best not to use this in any projects until its out of beta.
You mean out of alpha? Even more reason not to use it!
Re: Bootstrap 4 Alpha 4 Released
#18What's new? I haven't been following bootstrap 4, ( especially since I switched to http://semantic-ui.com/ ). * I see a list of themes priced at 100$ :/ (maybe that's a good thing?) * "Moved from Less to Sass". OK, that's a late addition but always welcomed. (Although there was already an unofficial sass version of bootstrap.) * "Opt-in flexbox support is here". Why would flexbox not be opt-out? * "giving you more op…
I still do, but I can see why it's opt-in rather than opt out.
Re: Bootstrap 4 Alpha 4 Released
#19Earlier quoted context omitted.
What for do you need a framework? For buttons? For the grid? You most likely have to adjust them anyways, so why not make a clean approach without the bloat (in a sense of coding style [I'm very much into BEM]) of a framework?
yeah, mostly for the design part and CSS quirks among browsers. I do want to start with just sass and flexbox only though, but don't know how much hassle it will be. Thanks for mentioning BEM, do you use it with sass?
Re: Bootstrap 4 Alpha 4 Released
#20What CSS framework is recommend these days if you can afford being flexbox only?
What for do you need a framework? For buttons? For the grid? You most likely have to adjust them anyways, so why not make a clean approach without the bloat (in a sense of coding style [I'm very much into BEM]) of a framework?