This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
bootstrap
Watch
1
Star
0
Fork
You've already forked bootstrap
0
mirror of
https://github.com/Hopiu/bootstrap.git
synced
2026-05-02 09:44:42 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6eee028759
bootstrap
/
scss
/
mixins
/
_visibility.scss
6 lines
87 B
SCSS
Raw
Normal View
History
Unescape
Escape
Added visibility mixins file
2016-08-02 15:59:37 +00: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 20:58:57 +00:00
@mixin
invisible
(
$visibility
)
{
visibility
:
$visibility
!important
;
Added visibility mixins file
2016-08-02 15:59:37 +00:00
}
Reference in a new issue
Copy permalink