mirror of https://github.com/twbs/bootstrap.git
tree shaking: rm unused responsive-visibility mixin
[skip sauce] [skip validator]
This commit is contained in:
parent
db2ba70970
commit
19e996c623
|
@ -1,19 +1,5 @@
|
||||||
// Responsive utilities
|
// Responsive utilities
|
||||||
|
|
||||||
//
|
|
||||||
// More easily include all the states for responsive-utilities.less.
|
|
||||||
// [converter] $parent hack
|
|
||||||
@mixin responsive-visibility($parent) {
|
|
||||||
#{$parent} {
|
|
||||||
display: block !important;
|
|
||||||
}
|
|
||||||
table#{$parent} { display: table !important; }
|
|
||||||
tr#{$parent} { display: table-row !important; }
|
|
||||||
th#{$parent},
|
|
||||||
td#{$parent} { display: table-cell !important; }
|
|
||||||
}
|
|
||||||
|
|
||||||
// [converter] $parent hack
|
|
||||||
@mixin responsive-invisibility($parent) {
|
@mixin responsive-invisibility($parent) {
|
||||||
#{$parent} {
|
#{$parent} {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|
Loading…
Reference in New Issue