theme.scss 396 B

1234567891011121314151617
  1. @import 'configurations/reset';
  2. @import 'configurations/fonts';
  3. @import 'configurations/variables';
  4. @import 'configurations/mixins';
  5. @import 'theme/typography';
  6. @import 'theme/mCustomScrollbar';
  7. @import 'configurations/animation';
  8. @import 'theme/all';
  9. @import 'theme/header';
  10. @import 'theme/home';
  11. @import 'theme/blog';
  12. @import 'theme/item';
  13. @import 'theme/mobile';
  14. // @import 'theme/footer';