Skip to content

Instantly share code, notes, and snippets.

@mikeyamadeo
Last active August 7, 2016 18:13
Show Gist options
  • Save mikeyamadeo/73111c04e607ed52911c0b7d752671a4 to your computer and use it in GitHub Desktop.
Save mikeyamadeo/73111c04e607ed52911c0b7d752671a4 to your computer and use it in GitHub Desktop.
.thing {
  color: red;
  padding-top: var(--spacing-default);
}

.pt {
 padding-top: var(--spacing-tiny) !important;
}
<div class='thing pt'>
  My top padding is tiny
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment