Removed 'fad' and 'fal' from purgecss whitelist

This commit is contained in:
Chris Kankiewicz
2020-01-31 15:32:44 -07:00
parent 0ab51a87d8
commit c8f00323d5

View File

@@ -25,7 +25,7 @@ mix.copyDirectory(
mix.purgeCss({
extensions: ['html', 'js', 'php', 'scss', 'twig', 'vue'],
folders: ['app'],
whitelist: ['html', 'body', 'main', 'fab', 'fad', 'fal', 'far', 'fas'],
whitelist: ['html', 'body', 'main', 'fab', 'far', 'fas'],
whitelistPatterns: [/^fa\-/]
});