restructure theme css
This commit is contained in:
@@ -44,8 +44,9 @@ func main() {
|
||||
"app", "wasm", "css", // the Go/WASM app
|
||||
"frontend", // the Solid app — a .tsx save rebuilds the JS bundle
|
||||
"../../webui", "../../wasmruntime", // the wasm engine (vdom + rsc now live UNDER wasmruntime, and the watcher walks subdirs)
|
||||
"../../lexer", // the code-block highlighter
|
||||
"../../jsruntime/uikit", "../../jsruntime/styles", // the Solid kit + the shared theme
|
||||
"../../lexer", // the code-block highlighter
|
||||
"../../jsruntime/uikit", // the Solid kit
|
||||
"../../tw", // the Tailwind engine + the shared kjol extension layer (kjol_theme.css)
|
||||
},
|
||||
Build: build.All,
|
||||
BuildCSS: build.Tailwind, // a .css save skips codegen+wasm and hot-swaps the stylesheet
|
||||
|
||||
Reference in New Issue
Block a user