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

fix: Css option in object format error. #557

Merged

Conversation

mena234
Copy link
Contributor

@mena234 mena234 commented Nov 3, 2022

@atinux
Copy link
Collaborator

atinux commented Nov 3, 2022

Could you please remove the typing please? I am fine if you simply use any type to avoid having a types file for it.

@mena234
Copy link
Contributor Author

mena234 commented Nov 3, 2022

@atinux Just updated it, please check again.

@atinux atinux changed the title 🐛 FIX: Css option in object format error. fix: Css option in object format error. Nov 3, 2022
Copy link
Collaborator

atinux commented Nov 3, 2022

Thank you @mena234

One note, actually this will only work for Nuxt 2 since in Nuxt 3 we actually force css to be a string (we detect the extension based on the filename).

@atinux atinux merged commit 2408a1e into nuxt-modules:main Nov 3, 2022
@mena234
Copy link
Contributor Author

mena234 commented Nov 3, 2022

@atinux you are welcome.
Noted 👌.

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.

input.includes is not a function when add a css with object format in nuxt.config.js css property.
2 participants