The application runs okay locally and CSS is fine.
After I run yarn build and the app is bundled for production, inline css in the template is not applied.
The application runs okay locally and CSS is fine.
After I run yarn build and the app is bundled for production, inline css in the template is not applied.
CSS that is in .scss files and in
Environment
Linux
v14.18.2
3.1.1
2.1.0
yarn@1.22.19
vite
vite
,components
,modules
,image
,css
,build
,app
,runtimeConfig
@nuxtjs/tailwindcss@6.3.0
,@nuxt/image-edge@1.0.0-27913696.5d122a3
,@nuxtjs/robots@3.0.0
Build Modules:
-
Reproduction
The application runs okay locally and CSS is fine. After I run
yarn build
and the app is bundled for production, inline css in the template is not applied.nuxt.config.js
vite.config.js
nitro.config.js
tailwind.config.js - content part
Describe the bug
The application runs okay locally and CSS is fine. After I run
yarn build
and the app is bundled for production, inline css in the template is not applied. CSS that is in .scss files and in