From f99ee08af6c5a499cde827a66b2134d01471b8a4 Mon Sep 17 00:00:00 2001 From: Silvano Sallese Date: Sun, 2 Aug 2020 18:32:13 +0200 Subject: first commit --- sass/main.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sass/main.scss (limited to 'sass/main.scss') diff --git a/sass/main.scss b/sass/main.scss new file mode 100644 index 0000000..a5c1f35 --- /dev/null +++ b/sass/main.scss @@ -0,0 +1,11 @@ +@import "lib/normalize"; +@import "lib/fontawesome"; +@import "lib/devicon"; + +@import 'base'; +@import 'vars'; +@import 'animation'; +@import 'header'; +@import 'about'; +@import 'projects'; +@import 'footer'; -- cgit v1.2.3