mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
fix: safe list la-editor
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user