theme.scss 611 B

1234567891011121314151617181920212223242526272829
  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. //
  14. @import 'theme/reset';
  15. @import 'config/mixins/fonts';
  16. @import 'theme/fonts';
  17. @import 'theme/header';
  18. @import 'theme/nav';
  19. @import 'theme/section';
  20. @import 'theme/footer';
  21. // @import 'theme/footer';
  22. // @import 'theme/menu';
  23. //
  24. // // Extra Skeleton Styling
  25. // @import 'theme/blog';
  26. // @import 'theme/onepage';