mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-02 12:30:23 +00:00
Added visibility mixins file
This commit is contained in:
parent
8e4f3fe7b9
commit
a279238034
1 changed files with 5 additions and 0 deletions
5
_visibility.scss
Normal file
5
_visibility.scss
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// Visibility
|
||||
|
||||
@mixin invisible {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
Loading…
Reference in a new issue