PHP Classes

File: theme/sass/bootstrap/mixins/_responsive-visibility.scss

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Giga CMS   theme/sass/bootstrap/mixins/_responsive-visibility.scss   Download  
File: theme/sass/bootstrap/mixins/_responsive-visibility.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Giga CMS
Multi-user content management system
Author: By
Last change:
Date: 7 years ago
Size: 514 bytes
 

Contents

Class file image Download
// 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; } }