{{ title }}
+{{ title }}
-
- All design tokens can be found in src/_data/designTokens.
- This includes all baseline fonts, colors, sizes, and spacing.
-
+ All design tokens can be found in src/_data/designTokens.
+ This includes all baseline fonts, colors, sizes, and spacing.
+
Colors
+Colors
{{ designTokens.colors.description }}
@@ -46,7 +48,7 @@ customGradients: {%- endfor %} -Custom created colors
+Custom created colors
in variables.css. Some only change for dark theme.
-
@@ -60,7 +62,7 @@ customGradients:
{%- endfor %}
Gradients
+Gradients
-
{%- for gradient in customGradients %}
@@ -76,26 +78,28 @@ customGradients:
{%- endfor %}
Fonts
+Fonts
--
- {%- for font in designTokens.fonts.items %}
-
-
-
- {{ font.name }} -
-{{ font.description }}
-Font Families: {{ font.value | join(', ')}}
-var(--font-{{ font.name | slugify }})-
- {%- endfor %}
-
-
+ {%- for font in designTokens.fonts.items %}
+
-
+
+ {{ font.name }} +
+{{ font.description }}
+Font Families: {{ font.value | join(', ')}}
+var(--font-{{ font.name | slugify }})+
+ {%- endfor %}
+
Sizes
+Sizes
{{ designTokens.sizes.description }}. Fluid type and space scales were @@ -121,40 +125,39 @@ customGradients: {%- endfor %}
Spacing
+Spacing
-
- {{ designTokens.spacing.description }}
- Fluid type and space scales were
- generated with Utopia.
-
+ {{ designTokens.spacing.description }}
+ Fluid type and space scales were
+ generated with Utopia.
+
- {{ space.name }}- |
-
-
- {{ space.min }}px to {{ space.max }}px -var(--space-{{ space.name | slugify }})
-
- |
- - - | -
|---|