Replies: 1 comment
-
It seems PicoCSS conditional styling was enough!
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to use PicoCSS with datatables, but I'm having trouble with CSS conflicts:
Perhaps I need to start from the ground up and build a custom PicoCSS datatables using headless components like the tutorial? However the CSS styles from the demos looked much better and it was simpler to just steal that CSS...
Another option may be to scope PicoCSS to
.pico
classed elements only, but that would mean datatables cannot be children of any elements styled with PicoCSS, nor use the PicoCSS themes/dark mode.Any suggestions for how to get datatables and PicoCSS (and SvelteKit) to work together?
Beta Was this translation helpful? Give feedback.
All reactions