-
-
Save luboskmetko/dd225f2e0c3b54230cf881ada2961049 to your computer and use it in GitHub Desktop.
SadneyBim
commented
May 21, 2025
- BEM(Block Element Modifier)
- SCSS Nesting within a parent selector
.teaser {
padding: $spacing-lg;
&__learn-more {
border: 1px solid $color-border;
}
&__icon {
width: 16px;
}
&--small {
padding: $spacing-md;
}
&__title {
font-size: $font-xl;
}
}
.pagination {
text-align: center;
}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment