FullHuman / purgecss-docs

Content of purgecss documentation
https://v1.purgecss.com
114 stars 44 forks source link

can purgecss start ignore @imported css files #42

Open mwmcode opened 4 years ago

mwmcode commented 4 years ago

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