Skip to main content
VelinStyle v0.8.0
⌂ Home
  1. Docs
  2. Guides
  3. Responsive layout audit

Responsive layout audit

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

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).