View all rules
S18 Multiple BEM components specified in a single CSS file
Multiple top-level BEM components are specified in a single CSS file. Please split into multiple files.
/* ==========================================
c-button
========================================== */
.c-button {
background: $c-button-bg;
padding: 1rem 0.8rem;
}
/* ==========================================
c-button-toolbar
========================================== */
.c-button-toolbar {
align-items: center;
display: flex;
}
/* ==========================================
c-button
========================================== */
.c-button {
background: $c-button-bg;
padding: 1rem 0.8rem;
}
/* ==========================================
c-button-toolbar
========================================== */
.c-button-toolbar {
align-items: center;
display: flex;
}