This website requires JavaScript.
Explore
Help
Sign In
mirror
/
bootstrap
Watch
1
Star
0
Fork
0
You've already forked bootstrap
mirror of
https://github.com/twbs/bootstrap.git
synced
2025-02-23 18:40:03 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
bootstrap
/
scss
/
mixins
/
_visibility.scss
6 lines
87 B
SCSS
Raw
Normal View
History
Unescape
Escape
Added visibility mixins file
2016-08-02 16:59:37 +01:00
// Visibility
Drop the .hidden and .visible classes, save for the print ones — 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
2017-03-03 12:58:57 -08:00
@mixin
invisible
(
$visibility
)
{
visibility
:
$visibility
!important
;
Added visibility mixins file
2016-08-02 16:59:37 +01:00
}
Reference in New Issue
Copy Permalink