You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only files matching the configured extenstions are parsed (performance reasons). If we add CSS classes in .html or .php files they will currently always be purged because of the current config:
// conditionally run PurgeCSS if any config (local or global) was foundpurgeCss ? $.purgecss({content: purgeCssConfig.content,extractors: [{extractor: utilityCssExtractor,extensions: ['twig','js']}],safelist: purgeCssConfig.safelist}) : false
The text was updated successfully, but these errors were encountered:
Only files matching the configured extenstions are parsed (performance reasons). If we add CSS classes in .html or .php files they will currently always be purged because of the current config:
The text was updated successfully, but these errors were encountered: