Skip to content

Instantly share code, notes, and snippets.

@Gioni06
Created December 3, 2021 14:39
Show Gist options
  • Save Gioni06/5cf8579483aaa1f265254060e8e4b6ff to your computer and use it in GitHub Desktop.
Save Gioni06/5cf8579483aaa1f265254060e8e4b6ff to your computer and use it in GitHub Desktop.
{
"colors": {
"space-gray": "var(--color-space-gray, rgba(178, 179, 183, 1))"
},
"text-styles": {
"hero-headline-font-family": "var(--text-style-hero-headline-font-family, Arial)",
"hero-headline-font-size": "var(--text-style-hero-headline-font-size, 32px)",
"hero-headline-font-weight": "var(--text-style-hero-headline-font-weight, 500)",
"hero-headline-letter-spacing": "var(--text-style-hero-headline-letter-spacing, 0.5px)",
"hero-headline-line-height": "var(--text-style-hero-headline-line-height, 40px)",
"hero-headline-style": "var(--text-style-hero-headline-style, italic)",
"hero-headline-decoration": "var(--text-style-hero-decoration, underline)"
},
"spacings": {
"space-vertical-xl": "var(--space-vertical-xl, 32px)"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment