Sha256: b0185bfada287eda53d284013ce9cf24d29ce4002f5e5d702f7f7812b9c938ba
Contents?: true
Size: 758 Bytes
Versions: 69
Compression:
Stored size: 758 Bytes
Contents
@charset "UTF-8"; /// Displays the visual grid when set to true. The overlaid grid may be few pixels off depending on the browser's rendering engine and pixel rounding algorithm. Set with the `!global` flag. /// /// @type Bool $visual-grid: false !default; /// Sets the visual grid color. Set with `!global` flag. /// /// @type Color $visual-grid-color: #eee !default; /// Sets the `z-index` property of the visual grid. Can be `back` (behind content) or `front` (in front of content). Set with `!global` flag. /// /// @type String $visual-grid-index: back !default; /// Sets the opacity property of the visual grid. Set with `!global` flag. /// /// @type Number (unitless) $visual-grid-opacity: 0.4 !default; $visual-grid-breakpoints: () !default;
Version data entries
69 entries across 62 versions & 15 rubygems