Graphs and tables for your Spotify account.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
649 B

  1. /*!
  2. * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
  3. * Copyright 2011-2018 The Bootstrap Authors
  4. * Copyright 2011-2018 Twitter, Inc.
  5. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  6. */
  7. @at-root {
  8. @-ms-viewport { width: device-width; } // stylelint-disable-line at-rule-no-vendor-prefix
  9. }
  10. html {
  11. box-sizing: border-box;
  12. -ms-overflow-style: scrollbar;
  13. }
  14. *,
  15. *::before,
  16. *::after {
  17. box-sizing: inherit;
  18. }
  19. @import "functions";
  20. @import "variables";
  21. @import "mixins/breakpoints";
  22. @import "mixins/grid-framework";
  23. @import "mixins/grid";
  24. @import "grid";
  25. @import "utilities/display";
  26. @import "utilities/flex";