Sha256: e8c570b691b6ae69fc0b278acfe7f1892c8e8aafdf40cec83d50ecbe7130ee57
Contents?: true
Size: 328 Bytes
Versions: 3
Compression:
Stored size: 328 Bytes
Contents
//************************************************************************// // Helper for linear-gradient-parser //************************************************************************// @function _is-num($char) { $strings: "0 1 2 3 4 5 6 7 8 9"; $index: str-index($strings, $char); @return if($index, true, false); }
Version data entries
3 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
refills-0.0.2 | source/stylesheets/bourbon/helpers/_is-num.scss |
bourbon-4.0.0.rc1 | app/assets/stylesheets/helpers/_is-num.scss |
bourbon-4.0.0.rc1 | dist/helpers/_is-num.scss |