vue-modal
vue-modal copied to clipboard
Update postcss.config.js
- purgecss renamed
whitelisttosafelistand collapsed two options into one (see their issues #428 and #439) - current regexp was missing
vmclass
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.