Dark Theme CSS
🎨
Generated from dashboard-theme.css template with dark colors from
css-vars/dashboard/
This page uses templated CSS with dark theme colors
Back to Homepage🎨
Generated from dashboard-theme.css template with dark colors from
css-vars/dashboard/
🔧
Generated from dashboard-config.js template with admin API endpoints from
js-config/dashboard/
✓
Both pages use similar CSS/JS template structure, but SSI resolves tokens to different values
CSS Files as "Pages": By setting processing = "page" on the css/
directory, each CSS file gets processed with page-specific token resolution. The same token
💨colors resolves to different values in css/homepage-theme.css vs
css/dashboard-theme.css.
JS Files as "Pages": The same principle applies to JavaScript. Each JS file in
js/ is processed with its own page-specific token resolution. Dashboard gets admin API
endpoints, homepage gets public ones.
Zero Processing: The ⚡vendor.min token includes pre-minified normalize.css
with true passthrough — no processing overhead at all.
Perfect for: Third-party libraries, CDN alternatives, already-optimized assets that must remain unchanged.