scss-style-guide
Installation
SKILL.md
SCSS Coding Standards for fundamental-styles
When to use this skill:
- Writing new SCSS component files
- Refactoring existing SCSS code
- Reviewing SCSS changes
- Questions about fundamental-styles CSS architecture
1. Architecture & Methodology
BEM (Block Element Modifier) Pattern
Structure:
$block: #{$fd-namespace}-component-name;