Skip to content
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

feat(cli): support tailwind.config.mjs file #120

Merged
merged 3 commits into from
Oct 21, 2023

Conversation

Dunqing
Copy link
Collaborator

@Dunqing Dunqing commented Oct 15, 2023

When the extension of the tailwind configuration file is mjs, transform cjs syntax to esm syntax.

If I understand it right, we just need to handle tailwind.config.mjs file correctly in astro framework?
cc @sadeghbarati @selemondev

@sadeghbarati
Copy link
Collaborator

Yes, Right @astrojs/tailwind>[email protected] integration will create tailwind.config.mjs

https://github.com/withastro/astro/blob/main/packages/integrations/tailwind/CHANGELOG.md#502

@sadeghbarati
Copy link
Collaborator

Can I push some changes? @Dunqing

@Dunqing
Copy link
Collaborator Author

Dunqing commented Oct 15, 2023

Can I push some changes? @Dunqing

Sure!

@zernonia
Copy link
Member

Thanks for the PR @Dunqing @sadeghbarati ! However seems like the Test in the pipeline has failed. Could you check on that? 😁

@Dunqing
Copy link
Collaborator Author

Dunqing commented Oct 15, 2023

Thanks for the PR @Dunqing @sadeghbarati ! However seems like the Test in the pipeline has failed. Could you check on that? 😁

Done

@zernonia zernonia merged commit f4b5b3f into unovue:dev Oct 21, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants