Created
September 10, 2017 17:55
-
-
Save mciastek/578c4a743942e4f41b0c6ec8a6b5c4fa to your computer and use it in GitHub Desktop.
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
| .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