fixing purgecss issue with chroma styles
This commit is contained in:
parent
c1963ff386
commit
9d2e0c5379
4 changed files with 8 additions and 7 deletions
assets
|
@ -93,7 +93,9 @@ module.exports = (env, options) => {
|
|||
"../**/live/**/*.ex",
|
||||
"./js/**/*.js",
|
||||
]),
|
||||
safelist: [/phx/, /topbar/, /chroma/],
|
||||
safelist: {
|
||||
greedy: [/phx/, /topbar/, /chroma/],
|
||||
},
|
||||
}),
|
||||
]
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue