Closed ThaddeusJiang closed 3 years ago
It seems like this would just require:
"activationEvents": [
"workspaceContains:**/tailwind.config.js",
"onCommand:headwind.sortTailwindClasses",
"onCommand:headwind.sortTailwindClassesOnWorkspace"
],
to include windi.config.js/ts
We aren't going to support WindiCSS. They removed all references to TailwindCSS from their repo.
Currently they use all the same classes but that might change in the future.
They can of course fork this and make it work for them.
This can be accomplished by using windicss.sortOnSave
setting.
Hello !
There's another implementation of TailwindCSS called windicss, that offer many advantages for some use cases like mine.
I wondered if it could be supported, thank you very much.