tree shaking: rm unused responsive-visibility mixin

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert 2015-08-26 15:05:55 -07:00
parent db2ba70970
commit 19e996c623
1 changed files with 0 additions and 14 deletions

View File

@ -1,19 +1,5 @@
// 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) {
#{$parent} {
display: none !important;