mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-04 20:40:07 +02:00
update packages to latest version
This commit is contained in:
4
node_modules/clean-css/lib/optimizer/level-2/properties/find-component-in.js
generated
vendored
4
node_modules/clean-css/lib/optimizer/level-2/properties/find-component-in.js
generated
vendored
@@ -7,7 +7,7 @@ function findComponentIn(shorthand, longhand) {
|
||||
}
|
||||
|
||||
function nameComparator(to) {
|
||||
return function (property) {
|
||||
return function(property) {
|
||||
return to.name === property.name;
|
||||
};
|
||||
}
|
||||
@@ -33,8 +33,6 @@ function findInSubComponents(shorthand, comparator) {
|
||||
return longhandMatch;
|
||||
}
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
module.exports = findComponentIn;
|
||||
|
Reference in New Issue
Block a user