Scss Conventions

Conventions for writing clean, maintainable, accessibility-first SCSS that stays close to native CSS — design tokens instead of raw values, OKLCH colors, CSS custom properties and native functions by default (Sass only for build time), @use/@forward module architecture, mobile-first breakpoints, predictable class naming, structure-first declaration order. Use this skill whenever writing, editing, refactoring, or reviewing any .scss/.sass file — styling a new component, tweaking spacing/colors/layout, converting CSS to SCSS, or answering questions about stylesheet structure — even if the user just says "style this" or "make it match the design" without mentioning SCSS.

naimRahman08 Updated

File contents

naimRahman08/claude-skills/tree/main/scss-conventions commit 8a05186f8e

Frequently asked questions

npx skillmds@latest add naimrahman08/scss-conventions