how to stop inject css styles into html as style tags #185
mnaviddoost
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi
i use from nuxt 3 and composition api.
in nuxt.config.ts file , my vite config is :
when i use this config for vite, all css styles in whole project, moved into hashed separate css file
but my scoped styles inject into pages as style tags.
i want to disable inject style tags to html and all styles contained scoped and global css files
and i want import them as link tag
Beta Was this translation helpful? Give feedback.
All reactions