flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
11
VISUALIZACION/node_modules/postcss-reduce-idents/dist/lib/isNum.js
generated
vendored
Executable file
11
VISUALIZACION/node_modules/postcss-reduce-idents/dist/lib/isNum.js
generated
vendored
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = isNum;
|
||||
|
||||
var _postcssValueParser = require("postcss-value-parser");
|
||||
|
||||
function isNum(node) {
|
||||
return (0, _postcssValueParser.unit)(node.value);
|
||||
}
|
||||
module.exports = exports["default"];
|
||||
Loading…
Add table
Add a link
Reference in a new issue