mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-31 01:29:57 +02:00
Removed 'fad' and 'fal' from purgecss whitelist
This commit is contained in:
@@ -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\-/]
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user