Hacker News new | ask | show | jobs
by darraghenright 1291 days 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-class...

1 comments

I 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.