mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
Added visibility mixins file
This commit is contained in:
committed by
GitHub
parent
8e4f3fe7b9
commit
a279238034
@@ -0,0 +1,5 @@
|
||||
// Visibility
|
||||
|
||||
@mixin invisible {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
Reference in New Issue
Block a user