CSS Front-end Frameworks Comparison
usablica.github.io
CSS Front-end Frameworks Comparison
1–10 of 11 posts
Re: CSS Front-end Frameworks Comparison
#2I would like to see the total size of each framework in this list as well, it would be beneficial when comparing front end frameworks.
Re: CSS Front-end Frameworks Comparison
#3I'm missing Pure (http://purecss.io/) in this list. Was it excluded because of the lack of directly included JS?
Re: CSS Front-end Frameworks Comparison
#4Being able to filter by browser requirements would be useful, i.e. I need IE8+, what can I use?
edit: here's a filter for IE8+
jQuery(".parent").filter(function(){ return $('.ie', this).data("version") > 8 }).hide()Re: CSS Front-end Frameworks Comparison
#5would be nice to see http://susy.oddbird.net/ and http://topcoat.io/ as well
Re: CSS Front-end Frameworks Comparison
#6It's missing multiple frameworks. I didn't see http://gumbyframework.com or http://semantic-ui.com.
Re: CSS Front-end Frameworks Comparison
#7This site has been shown here several times over the last few year(s), and it still looks pretty useless. No UI improvements, no Stylus frameworks, no framework size or mention of stuff like CSS resets.
It's pretty useless considering the fact that most of all frameworks already will work with the modern browsers, and thus why would anyone begin their selection based off of browser compatibility? I will say that knowing whether it's open source, and whether it's responsive-ready is nice.
At the very least a preview picture for each framework's common elements would make this kind site useful.
Re: CSS Front-end Frameworks Comparison
#8It's missing multiple frameworks. I didn't see http://gumbyframework.com or http://semantic-ui.com .
"Gumby" is there on the page, just not called "gumbyframework"
Re: CSS Front-end Frameworks Comparison
#9Re: CSS Front-end Frameworks Comparison
#10would be nice to see http://susy.oddbird.net/ and http://topcoat.io/ as well
It's simple enough to make an addition. It's a Github repo (https://github.com/usablica/front-end-frameworks/) after all.