mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
type-checking stylesheet functions
is-string, is-keyword, is-color, is-number
This commit is contained in:
@@ -13,4 +13,7 @@ tree.Keyword.prototype = {
|
||||
}
|
||||
};
|
||||
|
||||
tree.True = new(tree.Keyword)('true');
|
||||
tree.False = new(tree.Keyword)('false');
|
||||
|
||||
})(require('../tree'));
|
||||
|
||||
Reference in New Issue
Block a user