-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add option to disable Tailwind #1842
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't tailwind=None
be enough to disable tailwind rather than add a disable field?
Also I was thinking we should remove the base tailwind from package.json and only install it if tailwind is not None.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
This PR provides an option to disable the out-of-the-box supported Tailwind. To do that, simply set the
tailwind
config toNone
:rxconfig.py
fixes #1829
Docs: reflex-dev/reflex-web#205