|
|
|
|
|
by bennyp101
1789 days ago
|
|
I tend to use it with some sort of component system - vue/react/svelte - so writing the classes out once doesn't bother me. I actually like it, as looking at the code I can see exactly what it does. 'btn-primary' doesn't convey anything to me. 'rounded text-sm font-bold py-2 px-3 bg-indigo-300' I know exactly what that is going to look like. I also appreciate the removal of classes not needed if using a build step - much nicer to have a small css file that has exactly what you use, rather than a bootstrap style kitchen sink |
|