Hacker News new | past | comments | ask | show | jobs | submit login

Yes, I did use SASS before Tailwind (and Compass back in the day), and got a lot of value from them. Where it started to get painful is when I have:

    a.link {
    
    }

    a.another {

    }

    <a class="another link">...</a>
It was easy to fix, but hard to scale the fixes over different codebases, timelines, and developers. That's the problem Tailwind solves for me.



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

Search: