Hacker News new | ask | show | jobs
by Bogdanp 2948 days ago
Depending on your use case, you might get away with building your layout for mobile and then grid-ifying it for larger devices. That way those browsers that don't support grid will get the mobile version.
1 comments

Really nice idea. Never though about this one. And since mobile browser are usually the ones with old engines, it make sense twice.