Utility coverage beta
VelinStyle is not a Tailwind clone. This page documents scope: what ships, what works differently, and what we do not plan to add. Deutsch: Utility-Abdeckung
Maturity: This surface is beta / foundation in VelinStyle 1.2.0 — usable now; schemas and coverage still expanding. CSS / Web Components / runtime remain stable. Studio and the complete Utility Engine stay planned.
When to use
- Follow this guide when integrating or extending VelinStyle (Utility coverage).
- Pin
@birdapi/velinstyle@1.3.0and check maturity badges for beta surfaces.
When not
- Do not treat beta plan/review/meta as a finished AI design system.
- Do not invent Studio or Utility Engine APIs that are still planned.
Included
Layout, spacing (logical props), typography, colors, flex, grid system, borders, shadows, opacity, position, transitions, transforms, filters, scroll, print, animations, and more — see the Utilities sidebar.
Different model
- No JIT / purge — static bundle; optional CLI subset build
- No
hover:/dark:prefixes — see States & variants - No arbitrary values — use CSS variables and custom CSS in
@layer - Grid — layout system (
.velin-grid) not atomizedgrid-cols-*utilities
Not planned
SVG fill-*/stroke-* utilities, mask utilities, full Tailwind spacing scale, @apply, and config-file-driven code generation. Use components, tokens, and project CSS for these needs.
Utility module map
| Source file | Docs page | Generated MD |
|---|---|---|
filter.css | Filters | filter.md |
filter-effects.css | Filter effects (0.8) | filter-effects.md |
scroll.css | Scroll | scroll.md |
scroll-animation.css | Scroll-driven (0.9) | scroll-animation.md |
position.css | Position | position.md |
color-mix.css | Color mix (0.9) | color-mix.md |
safe-area.css | Safe area (0.9) | safe-area.md |
0.8.0 additions
filter-effects,chart-animationutilities- Motion design tokens module
- CLI: layout scaffold / audit commands
0.9.0 additions
scroll-animationutility modulesafe-areaand expandedcolor-mix- Generated utility docs synced via
velinstyle docs generate