diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-12-13 22:04:03 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-12-13 22:04:26 +0100 |
| commit | aec575c3b5797069e4964cfafa26e3de3b92f99e (patch) | |
| tree | ca58b4e85b4f0d3eb78b57cfa58aa9bad9fd4c2f /src/styles/globals.scss | |
| parent | 5bc55ac0a801cbe82c41a10f7e680612be4deaf8 (diff) | |
chore: add main-nav component
I choose to implement main-nav paths manually instead of fetching
them from GraphQL to ensure functional navigation without JS.
Diffstat (limited to 'src/styles/globals.scss')
| -rw-r--r-- | src/styles/globals.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styles/globals.scss b/src/styles/globals.scss index c1b6d95..8a3daca 100644 --- a/src/styles/globals.scss +++ b/src/styles/globals.scss @@ -15,5 +15,6 @@ @use "base/base"; @use "base/colors"; @use "base/fonts"; +@use "base/helpers"; @use "base/spacings"; @use "base/typography"; |
