Home > @fullhuman/postcss-purgecss > PurgeCSSUserDefinedOptions > content

PurgeCSSUserDefinedOptions.content property

You can specify content that should be analyzed by PurgeCSS with an array of filenames or globs. The files can be HTML, Pug, Blade, etc.

Signature:

content: Array<string | RawContent>;