FullHuman / purgecss-docs

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

Add more information about whitelisting. #36

Open Mighty683 opened 5 years ago

Mighty683 commented 5 years ago

Is your feature request related to a problem? Please describe.

pseudo-elements like :before are considered as children e.g selector: i.flag.us:before

When I wanted whitelist selectors connected with flag icons which are build like one above I used whitelistPatterns: [/flag/] pattern but it didn't work.

i.flag - selector passed test i.flag.us:before - selector was purged

I had to use: whitelistPatternsChildren: [/flag/]

Describe the solution you'd like It would be good if such information would be added in documentation, maybe add an example?

Ffloriel commented 5 years ago

yes, it makes sense to add additional information or an example as it is not obvious