-
Notifications
You must be signed in to change notification settings - Fork 46
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
Support activation for tailwind.config.cjs #139
base: master
Are you sure you want to change the base?
Conversation
@heybourn or @praveenperera do you mind checking on this? i see some people are upvoting this PR. |
Oh no, we're stuck here it seems. |
Hey I can check but unfortunately @heybourn hasn't been around to do new releases. |
I tried to contact him directly a while ago with no luck either. Should we look into publishing a new extension? Maybe Microsoft has a way for contributors to claim co-ownership of abandoned extensions so we can ship the update to our existing users? |
@hacknug do you want to start a fork and release a new version? I will also try and help |
@hacknug @praveenperera Then call this fork a "Footwind" 😁
I even have an idea for logo.
|
I tried to contact Ryan via Open Collective page and sent a trick. I hope it will be resolved without more forks (imagine the confusion "Headwind" and "Footwind" would bring 😂). |
Let's give it a few days before forking in case Ryan gets back to us. Maybe it would also be a good idea to discuss the idea of adding this to the official extension? It would make it easier for devs since they would only need to install one extension. This change could also help us tackle #5 which imho is one of the first things we should try to solve for v3 of this extension. Thoughts on this @adamwathan @bradlc? I know this isn't an option for this year since you plan two months of work ahead, but maybe there's a way we can coordinate after TailwindCSS v3 is out and aim for a Q1 of 2022? |
Yeah we have talked about doing this for years and Brad has prototyped it in the past, we've even done work in core to prepare for supporting it but the biggest blocker has always been finding a way to do it that wasn't hacky or without a lot of downsides. We have a proof-of-concept implementation as a Prettier plugin already but got hung up on something and can't remember exactly what it was 🤔 Definitely something hoping to sink our teeth into properly soon though. |
You can either use the official Prettier plugin for an config-less approach or look into |
Any updates? |
Hello everyone, I have noticed that this repository seems to be unattended. To ensure that the project continues to receive maintenance, I have made a fork and will be managing changes and updates from there. I have already merged the changes from this PR into my fork. From now on, please make your Pull Requests in the new repository: https://github.com/guidomodarelli/sortwind. Thank you for your understanding and cooperation. Best regards, |
As issued here #133
Currently headwind doesnt automatically activate when using ESM file
tailwind.config.cjs
This PR add activation events for file
tailwind.config.cjs
.