주요 콘텐츠로 건너뛰기

"block element modifier" 태그가 포함된 1개의 글개의 글

모든 태그 보기

BEM: A Timeless CSS Architecture for Components

· 8분 읽기
Evan Carter
Evan Carter
Senior frontend

TLDR:

BEM Architecture

BEM (Block Element Modifier) is a proven CSS architecture that helps developers build modular, reusable, and conflict-free UI components. This guide explains how the BEM naming convention works, shows practical examples for real components, and explores how it improves scalability in large frontend codebases. You'll also learn how BEM complements modern architectural approaches like Feature-Sliced Design to create maintainable, team-friendly frontend systems.