[IntelliSense] Add support for Reflex #15695
adhami3310
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
The tailwind.config.js must be added in the root? Or this config should be in the rxconfig.py file? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Reflex is a python web framework that supports tailwind CSS through
class_name
property.IntelliSense is currently possible by adding:
tailwind.config.js:
and
This would be great if it can be first-class. I'm down to do the work for it, especially if I'm given directions on how this should be implemented :)
To test:
Beta Was this translation helpful? Give feedback.
All reactions