Skip to content

Instantly share code, notes, and snippets.

@jasontcrabtree
Last active June 1, 2019 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasontcrabtree/027b7a17ceb2ac650c10be22fca8b3b2 to your computer and use it in GitHub Desktop.
Save jasontcrabtree/027b7a17ceb2ac650c10be22fca8b3b2 to your computer and use it in GitHub Desktop.
Creating Size Utility Variables
:root {
/* An 8px variable */
--utility-8: 8px;
/* An 24px variable */
--utility-24: 24px;
/* Creating an 'auto' size variable */
--utility-auto: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment