Skip to content

Instantly share code, notes, and snippets.

@nathanacurtis
Last active September 23, 2020 19:04
Show Gist options
  • Save nathanacurtis/d6fa6d393b0ea3b7a024a6600589e6d2 to your computer and use it in GitHub Desktop.
Save nathanacurtis/d6fa6d393b0ea3b7a024a6600589e6d2 to your computer and use it in GitHub Desktop.
Markup to Tokenize
<div class="custom-card">
<div class="custom-card__thumbnail">
<img src="/images/components/cards/image.png">
</div>
<h2 class="custom-card__title">
Card Title
</h2>
<div class="custom-card__caption">
Card Caption
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment