I am building a simple web page in Svelte using shadcn-svelte
. Some of the components they ship seem to add the dark attribute as a default to my HTML element during building which is something I do not want. Is there a away to set up my Tailwind config file to simply ignore the dark attribute on my HTML tag? Thank you.
↧
Ignore Tailwind CSS dark attribute
↧