Utility coverage
VelinStyle is not a Tailwind clone. This page documents scope: what ships, what works differently, and what we do not plan to add.
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.