Sha256: 43d7f3bf03ee4ea29f235b27b58c797287652a95cef6edf2a53065f34deff0ae
Contents?: true
Size: 554 Bytes
Versions: 13
Compression:
Stored size: 554 Bytes
Contents
// GRID MEASUREMENTS @function grid($units, $measure: $module-w) @return (($measure * $units) + ($gutter * ($units - 1))) $vertical-grid: false !default =location($across: 1, $width: 1, $down: 1, $height: 1) position: absolute margin-left: grid($across, $module-w) - $module-w @if $vertical-grid top: (grid($down, $module-h) - $module-h) + $top @if $width == "auto" width: auto @else width: grid($width, $module-w) @if $vertical-grid @if $height == "auto" height: auto @else height: grid($height, $module-h)
Version data entries
13 entries across 13 versions & 1 rubygems