Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

theme.scss 434 B

123456789101112131415161718192021
  1. // Core variables and mixins
  2. @import 'theme/variables';
  3. @import 'spectre/variables';
  4. @import 'spectre/mixins';
  5. @import 'theme/fonts';
  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. @import 'theme/header';
  13. @import 'theme/footer';
  14. @import 'theme/menu';
  15. // Extra Skeleton Styling
  16. @import 'theme/blog';
  17. @import 'theme/onepage';