Source: _responsiveness.scss, line 95
6.1 Visibility
@mixin show($size) -- and below
@mixin hide($size) -- and below
@mixin hideOnly($size)
@mixin showOnly($size)
<show/hide>-<x>(-and_below)
Made with flexboxgrid compatibility| < 768px | < 1024px | < 1200px | > 1200px | |
|---|---|---|---|---|
| .hide-xs .hide-xs-only | ||||
| .hide-sm | ||||
| .hide-md | ||||
| .hide-sm-only | ||||
| .hide-md-only | ||||
| .hide-lg-only | ||||
| .show-xs | ||||
| .show-sm | ||||
| .show-md | ||||
| .show-xs-only | ||||
| .show-sm-only | ||||
| .show-md-only | ||||
| .show-lg-only |