v9.scss 286 B

123456789101112131415161718
  1. @import 'vars';
  2. @import 'mixins';
  3. /*
  4. Highlights by HTML5 UP
  5. html5up.net | @n33co
  6. Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
  7. */
  8. /* Loader */
  9. html {
  10. body {
  11. &:before, &:after {
  12. display: none !important;
  13. }
  14. }
  15. }