Sha256: 0a882b8db6b07b67f38684d122d8cbef333116b43b696185e8de2c8c1b4a9c0e
Contents?: true
Size: 237 Bytes
Versions: 2
Compression:
Stored size: 237 Bytes
Contents
// Calculates the width of a column for grid-column() and other mixins. @mixin grid-is-zero-error( $property, $value ) { @if $value == 0 { @error "if `#{$property}` is 0, use false or leave the input value blank"; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cask-0.3.2 | core/mixins/_grid-is-zero-error.scss |
cask-0.3.1 | core/mixins/_grid-is-zero-error.scss |