|
|
|
|
|
by mcntsh
1738 days ago
|
|
Actually Tailwind is the antithesis to BEM, so it's funny how you wouldn't compare them. The BEM philosophy is to capture individual pieces of your UI as unique CSS classes (.Button, .Button-icon, Button-text). The "utility first" approach removes that abstraction entirely. |
|