kouts / vue-modal

A customizable, stackable, and lightweight modal component for Vue.
https://vue-modal-demo.netlify.app/
MIT License
127 stars 16 forks source link

Update postcss.config.js #48

Open mirekdlugosz opened 2 years ago

mirekdlugosz commented 2 years ago

Context:
I noticed that in production bundle of my Vue3 app, modals created with vue-modal appeared at the very bottom of page. After some debugging I found out the root cause is main css file missing classes needed by vue-modal. After applying changes in this PR locally, css file contained all the classes and modal in production looked as expected.