vue-modal icon indicating copy to clipboard operation
vue-modal copied to clipboard

Update postcss.config.js

Open mirekdlugosz opened this issue 3 years ago • 0 comments

  • purgecss renamed whitelist to safelist and collapsed two options into one (see their issues #428 and #439)
  • current regexp was missing vm class

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.

mirekdlugosz avatar Apr 03 '22 09:04 mirekdlugosz