daisyui icon indicating copy to clipboard operation
daisyui copied to clipboard

Fix .css file name

Open gurbaxani opened this issue 8 months ago โ€ข 3 comments

gurbaxani avatar Jun 08 '25 02:06 gurbaxani

Why?

saadeghi avatar Jun 08 '25 17:06 saadeghi

That's the file name that the SvelteKit CLI generates by default. So no point creating a style.css when app.css exists, hence the suggestion.

gurbaxani avatar Jun 09 '25 16:06 gurbaxani

I see.
Initially I only tested SvelteKit minimal template which doesn't have a CSS file.
I think you used SvelteKit demo template which has a app.css already.

Can you also update the file name on line 47 so I can merge?

saadeghi avatar Jun 09 '25 20:06 saadeghi

Good catch, fixed both imports. Thank you for this useful Tailwind plugin!

gurbaxani avatar Jun 15 '25 17:06 gurbaxani