refactor: introduce codemirror for CSS editor (#2039)

* refactor: introduce codemirror for CSS editor

* chore: fix formatting
This commit is contained in:
Carlos Valente
2026-03-26 15:25:32 +01:00
committed by GitHub
parent 2331205c93
commit 3a0df0b491
10 changed files with 247 additions and 105 deletions
-4
View File
@@ -1,4 +0,0 @@
declare module 'virtual:prismjs' {
const prism: typeof import('prismjs');
export default prism;
}