fixing purgecss issue with chroma styles

This commit is contained in:
Adam Piontek 2021-04-06 11:22:05 -04:00
parent c1963ff386
commit 9d2e0c5379
4 changed files with 8 additions and 7 deletions

View file

@ -93,7 +93,9 @@ module.exports = (env, options) => {
"../**/live/**/*.ex",
"./js/**/*.js",
]),
safelist: [/phx/, /topbar/, /chroma/],
safelist: {
greedy: [/phx/, /topbar/, /chroma/],
},
}),
]
),