Skip to content

Instantly share code, notes, and snippets.

@elvism16
Created December 19, 2018 12:36
Show Gist options
  • Save elvism16/91890e076bf520ce47e9c0d8ee4214d3 to your computer and use it in GitHub Desktop.
Save elvism16/91890e076bf520ce47e9c0d8ee4214d3 to your computer and use it in GitHub Desktop.
scss with parent var
.teaser {
$parent: &;
margin-bottom: 20px;
position: relative;
&#{$parent}--no-img {
margin-top: 30opx;
&:before {
content: "";
height: 4px;
position: absolute;
top: 0;
width: 100px;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment