-
Notifications
You must be signed in to change notification settings - Fork 497
feat: add tailwind support #416
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
Conversation
bmulholland
commented
Dec 30, 2023
One concern is that the approach at https://github.com/vuejs/create-vue-templates is n!
on the number of options. Probably also the CI matrices? There's already a lot of directories in that repo, and over 100 CI checks... at what point will that approach break down?
I recognize that this is not about your code itself, but about the practicalities of maintaining all combinations of options.
At a minimum, you probably need to add the tailwind option to https://github.com/vuejs/create-vue/blob/main/.github/workflows/ci.yml
@bmulholland thank you for the feedback. I have added tailwind flag in CI and that's (n! on the number of options) a reasonable concern
Uh oh!
There was an error while loading. Please reload this page.
Hi @sodatea @cexbrayat,
I've opened a pull request(re #246) that introduces:
I would appreciate your time and expertise in reviewing these changes.
Thank you!