Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ktquez/5e724b78df3aa49103e16c0bfb7e44cb to your computer and use it in GitHub Desktop.
Save ktquez/5e724b78df3aa49103e16c0bfb7e44cb to your computer and use it in GitHub Desktop.
WP Purge CSS Whitelist
whitelist: [
'p',
'h1',
'h2',
'h3',
'h4',
'h5',
'h6',
'hr',
'ol',
'ol li',
'ul',
'ul li',
'em',
'b',
'strong',
'blockquote',
'mismatch',
'screen-reader-text',
'current',
'dots',
'menu-item',
'menu-item-type-post_type_archive',
'menu-item-object-locations',
'current-menu-item',
'current-menu-parent',
'menu-item-has-children'
],
whitelistPatterns: [
/^gfield(_.*)?$/,
/^gform(_.*)?$/,
/^gf_progressbar(_.*)?$/,
/^ginput_container$/,
/^validation(_.*)?$/,
/^ginput_container(_.*)?$/,
/^u-pl(-.*)?$/,
/^u-pr(-.*)?$/,
/^u-pt(-.*)?$/,
/^u-pb(-.*)?$/,
/^u-px(-.*)?$/,
/^u-py(-.*)?$/,
/^u-p(-.*)?$/,
/^u-ml(-.*)?$/,
/^u-mr(-.*)?$/,
/^u-mt(-.*)?$/,
/^u-mb(-.*)?$/,
/^u-mx(-.*)?$/,
/^u-my(-.*)?$/,
/^u-m(-.*)?$/
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment