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;
Installs
4
GitHub Stars
229
First Seen
Jun 11, 2026
scss-style-guide — sap/fundamental-styles