Hacker News new | ask | show | jobs
by leo-tada 1485 days ago
I don't understand why we're even talking about javascript? Responsiveness has always worked fine on css. Even without grid, you could easily make a good responsive layout
2 comments

The article doesn't contain any JS. JS is mentioned because it's a possible solution to generating responsive layouts without hand writing any CSS. The whole purpose of the article is to explore generating responsive style from a user designed layout without manually writing the CSS code. It's an unsolved problem domain.
> has always worked

Some of you have never had to hide styles from IE5 with HTML comments and it shows.