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.
 
 
 

12 rivejä
121 B

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