Scss Conventions · naimrahman08 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.