No way to disable Picocss completely? #593
Replies: 1 comment
-
This is how I use TailwindCSS: app, rt = fast_app(
hdrs=(
ft.Script(
src="static/js/tailwind-3.4.15.js",
),
),
pico=False,
live=True,
) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
pico.min.css
gets included by default is there a way to remove it, it clashes with the styles I'm trying to use via tailwindcss not even!important
can help it.Beta Was this translation helpful? Give feedback.
All reactions