|
|
|
|
|
by NikxDa
968 days ago
|
|
Arguably, this is the worst of both worlds. In a React world, you'd have a <Button variant="primary"> component for this. By using @apply excessively, now you have to deal with class names and the resulting messy conflicts, and yet you still can't/don't write plain CSS and harness its full power. @apply is one of Tailwind's worst features, imo. |
|