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.

11 lines
121 B

  1. //
  2. // Visibility utilities
  3. //
  4. .visible {
  5. @include invisible(visible);
  6. }
  7. .invisible {
  8. @include invisible(hidden);
  9. }