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