I’m trying to follow the example at https://svelte.dev/repl/e62f83d69cea4fda9e8a897f50b5a67c?version=4.2.18
And I have tailwind included in my project like this
@tailwind base;
@tailwind components;
@tailwind utilities;
But example only works if I disable the tailwind include, I can’t figure out which default tailwind values causes example to not work.
I tried to check the dom class differences with developer tools without any success
also tried to use !important
on some css options
New contributor
ege c is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.