Skip to content

Instantly share code, notes, and snippets.

@msrivastav13
Created January 10, 2016 18:58
Show Gist options
  • Save msrivastav13/818972e3ea91a50782f4 to your computer and use it in GitHub Desktop.
Save msrivastav13/818972e3ea91a50782f4 to your computer and use it in GitHub Desktop.
simple component showing how to use design tokens
<aura:component implements="force:appHostable">
<div>
<p>How you doing ?</p>
</div>
</aura:component>
.THIS p{
font-family: token(myBodyTextFontFace);
font-weight: token(myBodyTextFontWeight);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment