DEV Community

Discussion on: Do you code mobile-first?

Collapse
 
manen profile image
manen

All my current web projects use Next.js with Tailwind, and Tailwind requires you to code mobile-first, and then add tablet, and finally desktop responsiveness, with the sm:, md:, lg:, and xl: prefixes.