mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-04 10:34:43 +00:00
6 lines
69 B
SCSS
6 lines
69 B
SCSS
|
|
// Visibility
|
||
|
|
|
||
|
|
@mixin invisible {
|
||
|
|
visibility: hidden !important;
|
||
|
|
}
|