Sha256: 6421f1bee32b49189767e81686853cfb7bbdc977b042ceba80d826c26e71d1ad
Contents?: true
Size: 314 Bytes
Versions: 128
Compression:
Stored size: 314 Bytes
Contents
@charset "UTF-8"; /// Checks for a valid CSS length. /// /// @param {String} $value @function is-length($value) { @return type-of($value) != "null" and (str-slice($value + "", 1, 4) == "calc" or index(auto inherit initial 0, $value) or (type-of($value) == "number" and not(unitless($value)))); }
Version data entries
128 entries across 121 versions & 21 rubygems