You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2020. It is now read-only.
Im using purgecss (in webpack, via postcss-loader) in a big project that has 3 different layouts: old, transition and new.
Old and transition i would like to keep intact, and new one is using tailwindcss, so obviously i would like to put it through purgecss.
I know i can do two webpack configs, but is it possible to do it natively with postcss-purgecss, or are there any plans in introducing such a feature?
Note: Temporairly ill try to use ignore comments in all the files i want to exclude, but i must say, it would be more convenient to filter them out on a config level. :)