From a9c29c822a98882c2447629de2a085f094d58f8b Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 13 Dec 2021 01:02:11 +0100 Subject: chore: define base and typography rules --- src/styles/globals.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/styles/globals.scss') diff --git a/src/styles/globals.scss b/src/styles/globals.scss index 56b9ad2..c1b6d95 100644 --- a/src/styles/globals.scss +++ b/src/styles/globals.scss @@ -12,6 +12,8 @@ * * Define some standard styles and CSS variables (colors, fonts...). */ +@use "base/base"; @use "base/colors"; @use "base/fonts"; @use "base/spacings"; +@use "base/typography"; -- cgit v1.2.3