Skip to content

Instantly share code, notes, and snippets.

@mciastek
Created September 10, 2017 17:55
Show Gist options
  • Select an option

  • Save mciastek/578c4a743942e4f41b0c6ec8a6b5c4fa to your computer and use it in GitHub Desktop.

Select an option

Save mciastek/578c4a743942e4f41b0c6ec8a6b5c4fa to your computer and use it in GitHub Desktop.
.article {
&__title {
color: $accent;
}
// Applies margin only, when .article__title is present
&__title + &__text {
margin-top: 15px;
}
&__text {
color: $text;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment