Skip to content

Instantly share code, notes, and snippets.

@sultaniman
Last active May 17, 2018 18:22
Show Gist options
  • Select an option

  • Save sultaniman/657f246ee3fbb4e603c930fec456757b to your computer and use it in GitHub Desktop.

Select an option

Save sultaniman/657f246ee3fbb4e603c930fec456757b to your computer and use it in GitHub Desktop.
<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