From aec575c3b5797069e4964cfafa26e3de3b92f99e Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 13 Dec 2021 22:04:03 +0100 Subject: 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. --- src/styles/globals.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'src/styles') 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"; -- cgit v1.2.3