mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-07 22:40:59 +00:00
— Moves print display utils to display utils file — Removes all other .hidden- utils — Expands on .invisible and it's mixin to provide options for visibility: visible and visibility: hidden
5 lines
87 B
SCSS
5 lines
87 B
SCSS
// Visibility
|
|
|
|
@mixin invisible($visibility) {
|
|
visibility: $visibility !important;
|
|
}
|