Added safelist to PurgeCSS configuration
This commit is contained in:
parent
428a059638
commit
f972665c6a
|
@ -22,6 +22,14 @@ mix.
|
||||||
content: [
|
content: [
|
||||||
'*.php',
|
'*.php',
|
||||||
],
|
],
|
||||||
|
safelist: {
|
||||||
|
standard: [
|
||||||
|
/^text-/,
|
||||||
|
/^bg-/,
|
||||||
|
/^visible-/,
|
||||||
|
/^hidden-/,
|
||||||
|
]
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// JS
|
// JS
|
||||||
|
|
Loading…
Reference in New Issue