Sha256: 2f7617a024ff1da6bf76d6841dd089b7d81e6a09377efd393c5177a76c5b3e6a

Contents?: true

Size: 148 Bytes

Versions: 4

Compression:

Stored size: 148 Bytes

Contents

// Check for a valid number

@function _is-num($value) {
  @return contains('0' '1' '2' '3' '4' '5' '6' '7' '8' '9' 0 1 2 3 4 5 6 7 8 9, $value);
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
frozen-0.0.1 dummy/assets/stylesheets/bourbon/helpers/_is-num.scss
bourbon-4.1.1 app/assets/stylesheets/helpers/_is-num.scss
bourbon-4.1.0 app/assets/stylesheets/helpers/_is-num.scss
bourbon-4.1.0.pre app/assets/stylesheets/helpers/_is-num.scss