theme.scss 448 B

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