fix: safe list la-editor

This commit is contained in:
Aslam H
2024-10-18 22:32:56 +07:00
parent a440828f8c
commit 7d3bb17f4e

View File

@@ -9,7 +9,7 @@ const config = {
"../web/app/**/*.{js,ts,jsx,tsx}",
],
prefix: "",
safelist: [".dark"],
safelist: [".dark", ".ProseMirror", ".la-editor"],
theme: {
container: {
center: true,