Skip to main content
VelinStyle v1.3.0
⌂ Home
  1. Docs
  2. Guides
  3. Responsive layout

Responsive layout audit 1.2.2 beta

Audit HTML for flex, grid, and breakpoint issues; get concrete class suggestions and safe auto-fixes. Deutsch: Responsive-Layout-Audit

Maturity: Layout CLI helpers are beta in 1.2.0. Responsive CSS utilities remain stable. Studio and the complete Utility Engine stay planned.

When to use

When not

Commands

velinstyle layout audit ./samples
velinstyle layout suggest page.html
velinstyle layout fix page.html --dry-run
velinstyle layout fix page.html --write

Rules

grid-missing-row, flex-no-wrap-overflow, missing-container, mobile-hidden-only, viewport-width, table-not-responsive, and more.

Breakpoints

Mobile (default), tablet from 48rem (velin-md-*), desktop from 62rem (velin-lg-*). For notches and home indicators use Safe area utilities (.velin-pt-safe, .velin-pb-safe, .velin-mobile-only, .velin-desktop-only).