scss-bem-patterns
Installation
SKILL.md
SCSS & BEM Styling Patterns
When implementing styles in EasyPlatform, follow these patterns exactly.
Full Pattern Reference
See the complete styling guide: scss-styling-guide.md
BEM Naming Convention (MANDATORY)
Every UI element MUST have a BEM class, even without special styling.
Structure
- Block:
user-list- Standalone component - Element:
user-list__header- Part of a block - Modifier:
--primary --small- Variation (separate class)