Skip to content

Instantly share code, notes, and snippets.

@coltpini
Created February 2, 2018 20:22
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 coltpini/23eca2ba0c4b38846890a1aca0411f7b to your computer and use it in GitHub Desktop.
Save coltpini/23eca2ba0c4b38846890a1aca0411f7b to your computer and use it in GitHub Desktop.
:root {
/* ---- spacing ------*/
--spacing-100: 0.25rem;
--spacing-150: 0.375rem;
--spacing-200: 0.5rem;
--spacing-250: 0.625rem;
--spacing-300: 0.9375rem;
--spacing-350: 1.25rem;
--spacing-400: 1.625rem;
--spacing-450: 2.5rem;
--spacing: 3.75rem;
--spacing-500: 3.75rem;
--spacing-600: 4.75rem;
--spacing-700: 5.625rem;
--spacing-800: 7.5rem;
--spacing-900: 9.375rem;
/* ---- speed ------*/
--speed-400: 500ms;
--speed: 300ms;
--speed-500: 300ms;
--speed-600: 100ms;
/* ---- border-radius ------*/
--border-radius: 0.125em;
--border-radius-500: 0.125em;
--border-radius-600: 0.25em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment