template.scss 215 B

1234567891011121314
  1. // Configuration
  2. @import "configuration/template/base";
  3. //typography
  4. @import "template/font";
  5. //header
  6. @import "template/header";
  7. //section
  8. @import "template/section";
  9. //imagefullpage
  10. @import "template/images";