-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
ref: https://tailwindcss.com/docs/guides/sveltekit
I noticed a problem in @apply
when I tried using a modifier and it resulted in me having to consult https://github.com/svelte-add/tailwindcss to get the configuration just right.
@apply text-sky-500
worked just fine but when I tried to add the dark
modifier things broke some syntax:
@apply text-sky-500 dark: text-sky-700
Once I ran the svelte-add
, everything worked fine.
I'm wondering whether the guide could simply point to the svelte-add/tailwindcss repo above or at least make an "advanced config" note about?
Thanks for the consideration
Metadata
Metadata
Assignees
Labels
No labels