Maciej
Results
3
comments of
Maciej
If you're trying to paste the text from the clipboard and remove the styles you can look at my package: [vue-quill-plain-clipboard](https://github.com/d0hn/vue-quill-plain-clipboard)
Mentioned in #304
Have you tried to use safelisting in the actual css/scss? Like so: ``` /* purgecss start ignore */ @import "~vue2-daterange-picker/dist/vue2-daterange-picker.css"; /* purgecss end ignore */ ```