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-merge-longhand/dist/lib/getDecls.js
generated
vendored
Executable file
11
VISUALIZACION/node_modules/postcss-merge-longhand/dist/lib/getDecls.js
generated
vendored
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = getDecls;
|
||||
function getDecls(rule, properties) {
|
||||
return rule.nodes.filter(function (_ref) {
|
||||
var prop = _ref.prop;
|
||||
return prop && ~properties.indexOf(prop);
|
||||
});
|
||||
}
|
||||
module.exports = exports["default"];
|
||||
Loading…
Add table
Add a link
Reference in a new issue