PHP Classes

File: public/asset/vendor/select2/docs/themes/learn2/scss/vendor/bourbon/helpers/_is-num.scss

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/select2/docs/themes/learn2/scss/vendor/bourbon/helpers/_is-num.scss   Download  
File: public/asset/vendor/select2/docs/themes/learn2/scss/vendor/bourbon/helpers/_is-num.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 360 bytes
 

Contents

Class file image Download
//************************************************************************// // Helper for linear-gradient-parser //************************************************************************// @function _is-num($char) { $values: '0' '1' '2' '3' '4' '5' '6' '7' '8' '9' 0 1 2 3 4 5 6 7 8 9; $index: index($values, $char); @return if($index, true, false); }