7 ms·
Are you familiar with @apply? I've found this useful when I notice that I am reusing styles for things that repeat again and again, like form fields or buttons
by darraghenright 4y ago
Are you familiar with @apply?
I've found this useful when I notice that I am reusing styles for things that repeat again and again, like form fields or buttons.
https://tailwindcss.com/docs/reusing-styles#extracting-classes-with-apply https://tailwindcss.com/docs/reusing-styles#extracting-class...
- tristanb 4y agoI am, but unfortunately modifiers are not supported unless you use layers, which don’t work in svelte components. So you can only use tailwind classes with no modifiers, which is mostly what I love about tailwind.