mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
4778190d78
— 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
6 lines
87 B
SCSS
6 lines
87 B
SCSS
// Visibility
|
|
|
|
@mixin invisible($visibility) {
|
|
visibility: $visibility !important;
|
|
}
|