-
Notifications
You must be signed in to change notification settings - Fork 44
Description
With import { <whatever> } from 'tauri-controls' or even import('tauri-controls').then(...) anywhere in my code
Without (normal styles):
I'm not sure what changes and I have no time to dig but some notable differences in the chrome debugger:
With controls:
(tailwind classes often overridden by other)
And some more CSS than what I have normally:
Without controls:
Obviously we can't have a library override our global styles.
I might have to go without tauri-controls for the foreseeable future because of this but I'd love to use it if this wasn't an issue.
By the way if someone has a quick and dirty workaraound it would save my day.
I normally 0% of the time write issues so please take it as a sign I badly need this haha.
Thanks for maintaining tauri-controls it would be very useful