theme.scss 398 B

123456789101112131415161718
  1. // @import 'theme/mixins';
  2. @import 'theme/reset';
  3. @import 'theme/fonts';
  4. @import 'theme/variables';
  5. @import 'theme/typography';
  6. @import 'theme/header';
  7. @import 'theme/start';
  8. @import 'theme/carousel';
  9. // @import 'theme/mobile';
  10. // @import 'theme/animation';
  11. //
  12. // @import 'theme/header';
  13. // @import 'theme/footer';
  14. // @import 'theme/menu';
  15. //
  16. // // Extra Skeleton Styling
  17. // @import 'theme/blog';