6 lines
69 B
SCSS
Vendored
6 lines
69 B
SCSS
Vendored
// Visibility
|
|
|
|
@mixin invisible {
|
|
visibility: hidden !important;
|
|
}
|