1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

follow up to #20441: move file to correct place

This commit is contained in:
Mark Otto
2016-10-27 22:11:19 -07:00
parent 34d88c79e6
commit bc076d71b3

View File

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