Open bbugh opened 4 years ago
Can confirm this. Happens to me when I'm working with Vuetify as well.
I'm having the opposite problem. For me it doesn't sort my classes, but I want it too. I don't have a tailwind.config.js
, but I do have a tailwind.config.cjs
file.
I'm having the opposite problem. For me it doesn't sort my classes, but I want it too. I don't have a
tailwind.config.js
, but I do have atailwind.config.cjs
file.
Having the same issue, Want to sort on save, but the file I have is tailwind.config.cjs
and doesnt work
Describe the bug
Hi 👋 thanks for this great extension, it's been very useful for Tailwind (and I wish there was a real Bootstrap equivalent).
Unfortunately, I have a project that uses Bootstrap, and despite there being no
tailwind.config.js
present, this extension still runs and sorts my Bootstrap css. There is also no tailwind dependency in mypackage.json
oryarn.lock
. The README says:Before save:
After save:
To Reproduce Steps to reproduce the behavior:
Expected behavior
Non-tailwind projects should not have their classes sorted.