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