Home > @fullhuman/postcss-purgecss > PurgeCSSUserDefinedOptions > safelist
PurgeCSSUserDefinedOptions.safelist property
You can indicate which selectors are safe to leave in the final CSS. This can be accomplished with the option safelist.
Signature:
safelist?: UserDefinedSafelist;