theme.scss 419 B

12345678910111213141516171819
  1. // @import 'theme/mixins';
  2. @import 'theme/reset';
  3. @import 'theme/fonts';
  4. @import 'theme/variables';
  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/mobile';
  12. //
  13. // @import 'theme/header';
  14. // @import 'theme/footer';
  15. // @import 'theme/menu';
  16. //
  17. // // Extra Skeleton Styling
  18. // @import 'theme/blog';