View all rules
S3 Every component should start with its component name
Every SCSS component should start with its own component name.
.c-button {
background: blue;
padding: 1rem 0.8rem;
}
/* ==========================================
c-button
========================================== */
.c-button {
background: blue;
padding: 1rem 0.8rem;
}