mirror of
https://github.com/linsa-io/linsa.git
synced 2026-02-23 19:05:01 +01:00
fix: safe list la-editor
This commit is contained in:
@@ -9,7 +9,7 @@ const config = {
|
||||
"../web/app/**/*.{js,ts,jsx,tsx}",
|
||||
],
|
||||
prefix: "",
|
||||
safelist: [".dark"],
|
||||
safelist: [".dark", ".ProseMirror", ".la-editor"],
|
||||
theme: {
|
||||
container: {
|
||||
center: true,
|
||||
|
||||
Reference in New Issue
Block a user