aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/globals.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-12-13 01:02:11 +0100
committerArmand Philippot <git@armandphilippot.com>2021-12-13 01:06:57 +0100
commita9c29c822a98882c2447629de2a085f094d58f8b (patch)
treebb9aa7a711f4b3c4c64bfb8f5511faf5926c9f3b /src/styles/globals.scss
parentd0e1a4997f6cf8e7d694d40af78df4600f68bef4 (diff)
chore: define base and typography rules
Diffstat (limited to 'src/styles/globals.scss')
-rw-r--r--src/styles/globals.scss2
1 files changed, 2 insertions, 0 deletions
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";