Do not escape valid characters in custom CSS (#863)

This commit is contained in:
Sascha Ißbrücker
2024-09-28 11:17:48 +02:00
committed by GitHub
parent ebed0c050d
commit 791a5c73ca
10 changed files with 134 additions and 24 deletions

View File

@@ -4,4 +4,5 @@ from .settings import *
from .toasts import *
from .health import health
from .manifest import manifest
from .custom_css import custom_css
from .root import root