Sha256: cb7373fbf434369382f8994b43dcb05daae53bde4a349ad3b7b5a2930eeab129
Contents?: true
Size: 739 Bytes
Versions: 5
Compression:
Stored size: 739 Bytes
Contents
// // Utilities for common `display` values // @each $breakpoint in map-keys($grid-breakpoints) { @include media-breakpoint-down($breakpoint) { $infix: breakpoint-infix($breakpoint, $grid-breakpoints); .d#{$infix}-down-none { display: none !important; } // .d#{$infix}-inline { display: inline !important; } // .d#{$infix}-inline-block { display: inline-block !important; } // .d#{$infix}-block { display: block !important; } // .d#{$infix}-table { display: table !important; } // .d#{$infix}-table-cell { display: table-cell !important; } // .d#{$infix}-flex { display: flex !important; } // .d#{$infix}-inline-flex { display: inline-flex !important; } } }
Version data entries
5 entries across 5 versions & 1 rubygems