Create shared lvl0/theme package for cross-project styling #26
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create a shared
lvl0/themerepo containing the common visual identity used across all lvl0 projects.Scope (CSS/Tailwind only — no framework components):
.glow-red, glow effects, 80s digital theme utilities)app.cssbase stylesNot in scope:
Consumption: npm package or git submodule. Each project imports the preset in
tailwind.configand the base CSS.Why: The 80s digital theme currently lives only in buckets'
app.css. As more lvl0 projects launch, duplicating and drifting styles is inevitable. A single source of truth keeps the visual identity consistent.Depends on: #21 (extract reusable UI components) — that ticket will identify exactly which styles are shared vs project-specific, informing what goes into the theme package.