fixing inline code style purging, fix some social icon target=_self, fix endpoint static asset serving

This commit is contained in:
Adam Piontek 2021-04-06 11:50:59 -04:00
parent 9d2e0c5379
commit 6647cf0e2e
5 changed files with 18 additions and 17 deletions

View file

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