15 lines
215 B
SCSS
15 lines
215 B
SCSS
// Configuration
|
|
@import "configuration/template/base";
|
|
|
|
//typography
|
|
@import "template/font";
|
|
|
|
//header
|
|
@import "template/header";
|
|
|
|
//section
|
|
@import "template/section";
|
|
|
|
//imagefullpage
|
|
@import "template/images";
|