#Any reason why Tailwind might not be working with Svelte Components?

8 messages · Page 1 of 1 (latest)

onyx kraken
#

I used npx astro add tailwind and npx astro add svelte but classes don't seem to be recongized.

echo gust
onyx kraken
#

It is

echo gust
#

Are they not recognized at all or only changes to classes not recognized? also is it only in svelte files?

onyx kraken
#

not at all

#

let me check in .astro

#

Astro appears to work

#
    content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],