changed styling and folder structure to sass

This commit is contained in:
Yusuf Ipek
2021-05-01 14:08:23 +03:00
parent 9dabcc2098
commit f4660562a4
18 changed files with 223 additions and 197 deletions
+14
View File
@@ -0,0 +1,14 @@
@import "./sass/abstracts/variables";
@import "./sass/abstracts/mixins";
@import "./sass/abstracts/functions";
@import "./sass/base/animations";
@import "./sass/base/typography";
@import "./sass/base/base";
@import "./sass/base/utilities";
@import "./sass/components/button";
@import "./sass/layout/header";
@import "./sass/pages/home";