theme.scss 344 B

12345678910111213141516
  1. // Core variables and mixins
  2. @import 'mixins/_fonts';
  3. @import 'mixins/_variable';
  4. @import 'theme/reset';
  5. @import 'theme/typography';
  6. @import 'theme/header';
  7. @import 'theme/start';
  8. @import 'theme/sidebar';
  9. // @import 'theme/menu';
  10. // @import 'theme/footer';
  11. //
  12. // // Extra Skeleton Styling
  13. // @import 'theme/blog';
  14. // @import 'theme/onepage';