|
|
|
|
|
by blowski
1042 days ago
|
|
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. |
|