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}", "../web/app/**/*.{js,ts,jsx,tsx}",
], ],
prefix: "", prefix: "",
safelist: [".dark"], safelist: [".dark", ".ProseMirror", ".la-editor"],
theme: { theme: {
container: { container: {
center: true, center: true,