2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Simplified CSS responsive-invisibility mixin

This commit is contained in:
Steve S
2013-09-16 09:16:53 -05:00
parent 6b97970d31
commit ae3a9169e0
+2 -2
View File
@@ -559,8 +559,8 @@
}
.responsive-invisibility() {
display: none !important;
tr& { display: none !important; }
&,
tr&,
th&,
td& { display: none !important; }
}