Sha256: 263101a181f06f11647fccd140670dfc793adf3acd4b36dddca509bfd951d7de
Contents?: true
Size: 291 Bytes
Versions: 52
Compression:
Stored size: 291 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
52 entries across 52 versions & 2 rubygems