Added safelist to PurgeCSS configuration

This commit is contained in:
Dan Coulthard 2023-09-15 12:03:32 +01:00
parent 428a059638
commit f972665c6a
1 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,14 @@ mix.
content: [
'*.php',
],
safelist: {
standard: [
/^text-/,
/^bg-/,
/^visible-/,
/^hidden-/,
]
}
});
// JS