Created
January 29, 2020 10:00
-
-
Save simple17/e4ba4b35de20ff45c5bb8ac8f449e20e to your computer and use it in GitHub Desktop.
[BEM SCSS] #scss #BEM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$carousel-class: '.carousel'; | |
#{$carousel-class}--recommended-products { | |
width: 100%; | |
#{$carousel-class}__item { | |
width: calc(100% - 80px); | |
.container { | |
background-color: rgba($neogen-light-gray, 0.15); | |
padding: rem(15px); | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment