first
This commit is contained in:
12
node_modules/clean-css/lib/optimizer/level-2/restore-with-components.js
generated
vendored
Normal file
12
node_modules/clean-css/lib/optimizer/level-2/restore-with-components.js
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
var configuration = require('../configuration');
|
||||
|
||||
function restoreWithComponents(property) {
|
||||
var descriptor = configuration[property.name];
|
||||
|
||||
if (descriptor && descriptor.shorthand) {
|
||||
return descriptor.restore(property, configuration);
|
||||
}
|
||||
return property.value;
|
||||
}
|
||||
|
||||
module.exports = restoreWithComponents;
|
Reference in New Issue
Block a user