Is mobile first dead?
I've been seeing more projects going straight to adaptive design w/o a single thought for how things look on smaller screens
Anyone using pure responsive techniques anymore, or is everyone jumping ship?
/'' Old school ''/@media (max-width: 768px) {/'' Mobile styles go here ''/}Or do we just have some outliers still clinging to the mobile-first philosophy?