mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-04 04:40:05 +02:00
update packages to latest version
This commit is contained in:
6
node_modules/clean-css/lib/options/inline.js
generated
vendored
6
node_modules/clean-css/lib/options/inline.js
generated
vendored
@@ -7,9 +7,9 @@ function inlineOptionsFrom(rules) {
|
||||
return ['none'];
|
||||
}
|
||||
|
||||
return undefined === rules ?
|
||||
['local'] :
|
||||
rules.split(',');
|
||||
return undefined === rules
|
||||
? ['local']
|
||||
: rules.split(',');
|
||||
}
|
||||
|
||||
module.exports = inlineOptionsFrom;
|
||||
|
Reference in New Issue
Block a user