Created
July 21, 2024 05:08
-
-
Save andremarcondesteixeira/0a733f42e26590747a979391a47856d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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