Skip to content

Instantly share code, notes, and snippets.

@simple17
Created January 29, 2020 10:00
Show Gist options
  • Save simple17/e4ba4b35de20ff45c5bb8ac8f449e20e to your computer and use it in GitHub Desktop.
Save simple17/e4ba4b35de20ff45c5bb8ac8f449e20e to your computer and use it in GitHub Desktop.
[BEM SCSS] #scss #BEM
$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