Live data from Hacker News

CSS Front-end Frameworks Comparison

usablica.github.io

1–10 of 11 posts

Re: CSS Front-end Frameworks Comparison

#4
Being 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

#7
This 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.

Post reply on HN