Developmint / nuxt-purgecss

Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js
MIT License
478 stars 18 forks source link

Do not purge Vue Transition classes by default #59

Closed trecenti closed 5 years ago

trecenti commented 5 years ago

Vue transition classes are generated dynamically so they're not included in .vue files thus purge css ends up purging them.

This PR whitelists Vue Transition classes so that they're not purged from the final css.

Full list of classes Vue Transition Classes

manniL commented 5 years ago

Merci!