purgecss-docs icon indicating copy to clipboard operation
purgecss-docs copied to clipboard

can purgecss start ignore @imported css files

Open mwmcode opened this issue 5 years ago • 0 comments

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 */

mwmcode avatar Jan 08 '20 01:01 mwmcode