Sha256: 1812aa346b4a439105e3997894f24999f85ab5abaa77e69b08f0ca9b80e4bbe0
Contents?: true
Size: 292 Bytes
Versions: 18
Compression:
Stored size: 292 Bytes
Contents
// Validation // ========== // Validate Column Math // -------------------- @function valid-column-math( $math, $column-width ) { @if $math == static and not($column-width) { @warn 'Static math requires a valid column-width setting.'; } @else { @return $column-width; } }
Version data entries
18 entries across 18 versions & 3 rubygems