stub out theming docs

This commit is contained in:
lindsaym-fa
2024-05-23 18:08:18 -04:00
parent 1c1cad0cbb
commit 84430f461a
8 changed files with 67 additions and 3 deletions

View File

@@ -236,4 +236,22 @@
<li>
<a href="/docs/theming/color">Color</a>
</li>
<li>
<a href="/docs/theming/typography">Typography</a>
</li>
<li>
<a href="/docs/theming/Spacing">Spacing</a>
</li>
<li>
<a href="/docs/theming/borders">Borders</a>
</li>
<li>
<a href="/docs/theming/corners">Corners</a>
</li>
<li>
<a href="/docs/theming/shadows">Shadows</a>
</li>
<li>
<a href="/docs/theming/extras">Extras</a>
</li>
</ul>

View File

@@ -0,0 +1,7 @@
---
title: Borders
description: Configure border styles across your theme with Web Awesome's border properties.
layout: page.njk
---
coming soon!

View File

@@ -1,6 +1,6 @@
---
title: Color
description: Ensure consistent color usage with readable contrast with color properties.
description: Ensure consistent use of color and readable contrast with Web Awesome's color properties.
layout: page.njk
---
@@ -530,7 +530,7 @@ Overlays provide a backdrop to isolate content, often allowing background contex
### Shadow
Shadows indicate elevation. `--wa-color-shadow` is used in your theme's constructed shadow properties.
Shadows indicate elevation. `--wa-color-shadow` is used to construct your theme's [shadow properties](/docs/theming/shadows).
| Custom Property | Preview |
| ----------------------------- | ------------------------------- |
@@ -540,7 +540,7 @@ Shadows indicate elevation. `--wa-color-shadow` is used in your theme's construc
#### Focus
Web Awesome uses a single, consistent focus color for predictable keyboard navigation. This is used alongside your focus custom properties to construct `--wa-focus-ring`. We recommend a minimum 3:1 contrast ratio against surface colors and background colors wherever possible.
Web Awesome uses a single, consistent focus color for predictable keyboard navigation. This is used alongside your [focus properties](/docs/theming/extras) to construct `--wa-focus-ring`. We recommend a minimum 3:1 contrast ratio against surface colors and background colors wherever possible.
| Custom Property | Preview |
| ----------------------------- | ------------------------------- |

View File

@@ -0,0 +1,7 @@
---
title: Corners
description: Sharpen or soften the appearance of your components with Web Awesome's corner properties.
layout: page.njk
---
coming soon!

View File

@@ -0,0 +1,11 @@
---
title: Extras
description: The bonus Web Awesome properties you need to customize every nook and cranny.
layout: page.njk
---
## Focus
## Links
## Z-index

View File

@@ -0,0 +1,7 @@
---
title: Shadows
description: Elevate your components with Web Awesome's shadow properties.
layout: page.njk
---
coming soon!

View File

@@ -0,0 +1,7 @@
---
title: Spacing
description: Lock down consistent spacing Web Awesome's space properties.
layout: page.njk
---
coming soon!

View File

@@ -0,0 +1,7 @@
---
title: Typography
description: Get consistent font styles and vertical rhythm with Web Awesome's typography properties.
layout: page.njk
---
coming soon!