phone/css/font-awesome-4.7.0/src/assets/less/bootstrap-3.3.5/mixins/responsive-visibility.less
a3a19fc6
 // Responsive utilities
 
 //
 // More easily include all the states for responsive-utilities.less.
 .responsive-visibility() {
   display: block !important;
   table&  { display: table !important; }
   tr&     { display: table-row !important; }
   th&,
   td&     { display: table-cell !important; }
 }
 
 .responsive-invisibility() {
   display: none !important;
 }