purgecss-docs
purgecss-docs copied to clipboard
can purgecss start ignore @imported css files
Hello,
Is there a way to ignore imported css files. I've tried the following but it doesn't seem to work :(
/*styles.css*/
/* purgecss start ignore */
@import "~react-datepicker/dist/react-datepicker.css";
/* purgecss end ignore */