Skip to main content
VelinStyle v0.8.0
⌂ Home

Editor setup

VelinStyle is plain CSS — no PostCSS plugin required. These editor tips improve discovery and consistency.

VS Code

Enable suggestions inside class attributes: "editor.quickSuggestions": {{ "strings": true }}. Use the HTML CSS Support extension for class name hints.

Browse the full class list in Utilities API or validate markup with npx velinstyle scan.

Snippets

Add user snippets for common patterns: velin-btn velin-btn--primary, velin-container, velin-field.

Formatting

Prettier works well for HTML. VelinStyle does not require a specific class order.

Theme wählen