Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rafszul/d63673ebace06d199ba3220b1cc277b1 to your computer and use it in GitHub Desktop.
Save rafszul/d63673ebace06d199ba3220b1cc277b1 to your computer and use it in GitHub Desktop.
const WordpressPurgeCSS = {
whitelist: [
"rtl",
"home",
"blog",
"archive",
"date",
"error404",
"logged-in",
"admin-bar",
"no-customize-support",
"custom-background",
"wp-custom-logo"
],
whitelistPatterns: [
/^search(-.*)?$/,
/^(.*)-template(-.*)?$/,
/^(.*)?-?single(-.*)?$/,
/^postid-(.*)?$/,
/^attachmentid-(.*)?$/,
/^attachment(-.*)?$/,
/^page(-.*)?$/,
/^(post-type-)?archive(-.*)?$/,
/^author(-.*)?$/,
/^category(-.*)?$/,
/^tag(-.*)?$/,
/^tax-(.*)?$/,
/^term-(.*)?$/,
/^(.*)?-?paged(-.*)?$/
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment