spatie / laravel-mix-purgecss

Zero-config Purgecss for Laravel Mix
https://spatie.be/en/opensource
MIT License
874 stars 38 forks source link

Missing readme warning: doesn't work with externally loaded packages #14

Closed aTanCS closed 6 years ago

aTanCS commented 6 years ago

E.g. if you use bootstrap-vue package from CDN, you can't use purgecss, because it doesn't know about selectors used in it and will strip out needed css. I guess it should be mentioned in Readme.

sebastiandedeyne commented 6 years ago

This package is a simple wrapper for Purgecss, not Purgecss itself. I don't think we'll be adding a "Purgecss caveats" section to the readme, they already have docs for that.