mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-23 16:00:23 +00:00
5 lines
69 B
SCSS
5 lines
69 B
SCSS
// Visibility
|
|
|
|
@mixin invisible {
|
|
visibility: hidden !important;
|
|
}
|