0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Added visibility mixins file

This commit is contained in:
Juan J. Jimenez-Anca 2016-08-02 16:59:37 +01:00 committed by GitHub
parent 8e4f3fe7b9
commit a279238034

5
_visibility.scss Normal file
View File

@ -0,0 +1,5 @@
// Visibility
@mixin invisible {
visibility: hidden !important;
}