Sha256: bfbfce853b179b44b05cd0a67e0ed4e84634dcf194677f1e37b05863da763762
Contents?: true
Size: 280 Bytes
Versions: 12
Compression:
Stored size: 280 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
12 entries across 12 versions & 5 rubygems