theme.scss 553 B

12345678910111213141516171819202122232425
  1. // Core variables and mixins
  2. // @import 'spectre/variables';
  3. // @import 'spectre/mixins';
  4. //
  5. // @import 'theme/variables';
  6. // @import 'theme/mixins';
  7. // @import 'theme/framework';
  8. // @import 'theme/typography';
  9. // @import 'theme/forms';
  10. // @import 'theme/mobile';
  11. // @import 'theme/animation';
  12. //
  13. @import 'theme/reset';
  14. @import 'theme/header';
  15. @import 'theme/nav';
  16. @import 'theme/section';
  17. @import 'theme/footer';
  18. // @import 'theme/footer';
  19. // @import 'theme/menu';
  20. //
  21. // // Extra Skeleton Styling
  22. // @import 'theme/blog';
  23. // @import 'theme/onepage';