@lukoweb/apitogo 0.1.59 → 0.1.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/cli.js
CHANGED
|
@@ -24,6 +24,8 @@ The theme system is built on [shadcn/ui theming](https://ui.shadcn.com/docs/them
|
|
|
24
24
|
- **Tailwind v4** CSS variable system for modern styling
|
|
25
25
|
- **Theme editors** like [tweakcn](https://tweakcn.com/) work out of the box
|
|
26
26
|
- **Shadcn registries** are supported
|
|
27
|
+
- **Landing homepage**, **portal footer**, and **MCP-generated custom pages** all use the same
|
|
28
|
+
semantic tokens (`bg-primary`, `text-muted-foreground`, `border-border`, etc.)
|
|
27
29
|
|
|
28
30
|
## Custom Colors
|
|
29
31
|
|