Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andremarcondesteixeira/0a733f42e26590747a979391a47856d3 to your computer and use it in GitHub Desktop.
Save andremarcondesteixeira/0a733f42e26590747a979391a47856d3 to your computer and use it in GitHub Desktop.
:root {
--space-unit: 1rem;
--space-xxs: calc(0.25 * var(--space-unit));
--space-xs: calc(0.5 * var(--space-unit));
--space-sm: calc(0.75 * var(--space-unit));
--space-md: calc(1.25 * var(--space-unit));
--space-lg: calc(2 * var(--space-unit));
--space-xl: calc(3.25 * var(--space-unit));
--space-xxl: calc(5.25 * var(--space-unit));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment