Replies: 1 comment 1 reply
-
Anyone has a solution to this? I am just not able to get the class auto sorting to work with a jinja2 template inside VS code, when I also have the jinja prettier plugin set up. |
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.
-
The plugin depends on prettier. Prettier does not work with jinja2 and django templates.
Since we already have vscode tailwind extension and that does not depend on prettier and such, and it already supports identifying the tailwind clasess based on regex patterns.
I wonder if it's possible to have the vscode extension auto sort the tailwind classes.
Beta Was this translation helpful? Give feedback.
All reactions