Skip to content

Instantly share code, notes, and snippets.

View nathanacurtis's full-sized avatar

Nathan Curtis nathanacurtis

View GitHub Profile
@mixin component-font-reset() {
font-family: $system-font-family-sans-serif;
font-size: $system-font-size-default;
font-style: normal;
font-weight: $system-font-weight-regular;
letter-spacing: 0;
text-align: left;
text-decoration: none;
text-indent: 0;
text-shadow: none;
@nathanacurtis
nathanacurtis / MarkupToTokenize.html
Last active September 23, 2020 19:04
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>
{
"color": {
"white": { "value": "#FFFFFF" },
"black": { "value": "#000000" },
"orange": {
"41": { "value": "#D24B00" },
"45": { "value": "#E85200" },
"74": { "value": "#EEAC8D" },
"98": { "value": "#FBE5D9" }
},