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