format: prettify entire project
This commit is contained in:
5
node_modules/clean-css/lib/optimizer/level-2/properties/find-component-in.js
generated
vendored
5
node_modules/clean-css/lib/optimizer/level-2/properties/find-component-in.js
generated
vendored
@ -3,7 +3,10 @@ var compactable = require('../compactable');
|
||||
function findComponentIn(shorthand, longhand) {
|
||||
var comparator = nameComparator(longhand);
|
||||
|
||||
return findInDirectComponents(shorthand, comparator) || findInSubComponents(shorthand, comparator);
|
||||
return (
|
||||
findInDirectComponents(shorthand, comparator) ||
|
||||
findInSubComponents(shorthand, comparator)
|
||||
);
|
||||
}
|
||||
|
||||
function nameComparator(to) {
|
||||
|
Reference in New Issue
Block a user