提交 6168f25f 编写于 作者: C Catouse

* fix responsive invisibility mixins.

上级 da639112
......@@ -610,6 +610,7 @@
// More easily include all the states for responsive-utilities.less.
.responsive-visibility() {
display: block !important;
.inline& { display: inline !important; }
.inline-block& { display: inline-block !important; }
tr& { display: table-row !important; }
......@@ -618,7 +619,9 @@
}
.responsive-invisibility() {
&,
&,
.inline&,
.inline-block&,
tr&,
th&,
td& { display: none !important; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册