From b4974db25ff4d198a691981d0f37f757b73c1229 Mon Sep 17 00:00:00 2001 From: giles Date: Fri, 19 Jun 2026 20:24:37 +0000 Subject: [PATCH] =?UTF-8?q?host:=20style=20the=20/new=20editor=20=E2=80=94?= =?UTF-8?q?=20inline=20sx-editor=20styles=20via=20render-page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The editor was unstyled: editor.css is .koenig-lexical-scoped (the OTHER editor); the sx-editor's .sx-* styles live in the ~editor/sx-editor-styles component (inline " diff --git a/lib/host/conformance.sh b/lib/host/conformance.sh index c5ab4f1b..90578404 100755 --- a/lib/host/conformance.sh +++ b/lib/host/conformance.sh @@ -63,6 +63,8 @@ MODULES=( "lib/persist/durable.sx" "spec/render.sx" "web/adapter-html.sx" + "blog/sx/layouts.sx" + "blog/sx/editor.sx" "lib/dream/types.sx" "lib/dream/json.sx" "lib/dream/auth.sx" diff --git a/lib/host/serve.sh b/lib/host/serve.sh index 0d7d8680..3191725f 100755 --- a/lib/host/serve.sh +++ b/lib/host/serve.sh @@ -68,6 +68,8 @@ MODULES=( "lib/persist/durable.sx" "spec/render.sx" "web/adapter-html.sx" + "blog/sx/layouts.sx" + "blog/sx/editor.sx" "lib/dream/types.sx" "lib/dream/json.sx" "lib/dream/auth.sx"