From 6604784f31685b22cec48532616ca774765f923e Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 13 Dec 2021 00:34:24 +0100 Subject: chore: add modern normalize and change global css to scss file --- src/styles/globals.scss | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/styles/globals.scss (limited to 'src/styles/globals.scss') diff --git a/src/styles/globals.scss b/src/styles/globals.scss new file mode 100644 index 0000000..6647548 --- /dev/null +++ b/src/styles/globals.scss @@ -0,0 +1,8 @@ +@charset 'utf-8'; + +/** + * 1.0. Vendors + * + * Import each files separately to define vendors styles order. + */ +@use "modern-normalize"; -- cgit v1.2.3