From 41f4772ba767193bda6898fdb46b5e48227affcf Mon Sep 17 00:00:00 2001 From: giles Date: Sat, 14 Mar 2026 16:17:27 +0000 Subject: [PATCH] Strip legacy CSS from SX app: no Prism, Ghost, FontAwesome extras MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add css_extras parameter to create_base_app. Legacy apps (blog, market etc) get the default extras (basics.css, cards.css, blog-content.css, prism.css, FontAwesome). SX app passes css_extras=[] — it uses CSSX for styling and custom highlighting, not Prism/FA/Ghost. Reduces