No Description
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.

_visibility.scss 121B

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