19 lines
267 B
SCSS
19 lines
267 B
SCSS
// Reusable variables
|
|
@import "variables";
|
|
|
|
// Plugins
|
|
@import "fontawesome";
|
|
|
|
// Base styling
|
|
@import "base";
|
|
|
|
// Generic styling
|
|
@import "container";
|
|
|
|
// Component specific styling
|
|
@import "header";
|
|
@import "hero";
|
|
@import "blog";
|
|
@import "footer";
|
|
@import "home";
|