diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-12-13 00:34:24 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-12-13 00:34:24 +0100 |
| commit | 6604784f31685b22cec48532616ca774765f923e (patch) | |
| tree | f04efbf6a1b14afce887815213d7cb25a0b5382d /src/styles/globals.scss | |
| parent | 6c1cbe9f4d956ad6140c780b2f88f5de4e4eee67 (diff) | |
chore: add modern normalize and change global css to scss file
Diffstat (limited to 'src/styles/globals.scss')
| -rw-r--r-- | src/styles/globals.scss | 8 |
1 files changed, 8 insertions, 0 deletions
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"; |
