Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

That's interesting, I love Tailwind but I think Tailwind's responsive stuff is the messiest part. Do you have any good resources to share about doing effective and maintainable responsive design on a non-toy website using Tailwind?


Not really any advice here. I am using it for my product and it has been basically changing up the design as needed. It's pretty common for me to make use of grid-cols-1 and then something like md:grid-cols-2 or 3 to keep it single column on mobile and multi-column on desktop


Ok that's what I'm doing too! It always works but also feels a bit messy and when I want to make a change it ends up being hard to untangle all the nested selectors.


Ya I don't know how that will work out exactly. Changes so far haven't been bad for me but no experience with maintenance over time.

I will say that maintenance of hand rolled Sass has not been great overtime. It's really hard to tell what's in use and what's not.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: