Last active
May 17, 2018 18:22
-
-
Save sultaniman/657f246ee3fbb4e603c930fec456757b 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
| <template> | |
| <div class="awesome"> | |
| <img class="awesome__logo" src="./assets/logo.png"> | |
| <h2 class="awesome__heading">Bla</h2> | |
| </div> | |
| </template> | |
| <style lang="sass" scoped> | |
| .awesome | |
| background: white | |
| &__logo | |
| max-width: 10em | |
| &__heading | |
| font-weight: 400 | |
| </style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment