primefaces / primevue-nuxt-module

MIT License
73 stars 11 forks source link

Add cssLayerOrder works on dev, but can not work on prod #20

Closed minhanbkdn closed 1 year ago

minhanbkdn commented 1 year ago

I'm working on a Nuxt 3 project using Tailwind and PrimeVue. It works perfectly for me when I use setting cssLayerOrder: 'primevue, tailwind-base, tailwind-utilities', but that config just works on dev (yarn dev) only (image 1). When I deploy it into the server (yarn build && node .output/server/index.mjs) the CSS order not match with the config (image 2)

mertsincan commented 1 year ago

Interesting! Could you please check