added more structure, sass, and page routers
This commit is contained in:
parent
c774dff9e0
commit
bda7b7224a
23 changed files with 767 additions and 158 deletions
21
src/scss/styles.scss
Normal file
21
src/scss/styles.scss
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
// Imports
|
||||
|
||||
// Resets and base styling
|
||||
@use './base/reset';
|
||||
@use './base/type';
|
||||
@use './base/main';
|
||||
|
||||
|
||||
// Components
|
||||
@use './components/body';
|
||||
@use './components/header';
|
||||
@use './components/footer';
|
||||
|
||||
//page specific styling
|
||||
@use './page//home';
|
||||
|
||||
// Utilities
|
||||
@use './utilities/utility-classes';
|
||||
|
||||
// Google Fonts - Import
|
||||
@import url('https://fonts.googleapis.com/css?family=Alatsi|Roboto:400,400i,700,700i&display=swap');
|
||||
Loading…
Add table
Add a link
Reference in a new issue