mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
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…
x
Reference in New Issue
Block a user