first commit
This commit is contained in:
14
build/node_modules/cssnano/dist/lib/getMatch.js
generated
vendored
Normal file
14
build/node_modules/cssnano/dist/lib/getMatch.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = getMatchFactory;
|
||||
function getMatchFactory(mappings) {
|
||||
return function getMatch(args) {
|
||||
return args.reduce(function (list, arg, i) {
|
||||
return list.filter(function (keyword) {
|
||||
return keyword[1][i] === arg;
|
||||
});
|
||||
}, mappings);
|
||||
};
|
||||
}
|
||||
module.exports = exports["default"];
|
||||
Reference in New Issue
Block a user