mirror of
https://github.com/google/pebble.git
synced 2025-11-15 03:52:46 -05:00
Import the pebble dev site into devsite/
This commit is contained in:
8
third_party/bourbon/helpers/_is-num.scss
vendored
Normal file
8
third_party/bourbon/helpers/_is-num.scss
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
//************************************************************************//
|
||||
// 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);
|
||||
}
|
||||
Reference in New Issue
Block a user