We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d589fd commit 06af1b3Copy full SHA for 06af1b3
index.js
@@ -65,7 +65,7 @@ module.exports = postcss.plugin('postcss-sprites', plugin);
65
*/
66
function plugin(opts) {
67
// Extend default options.
68
- var options = lodash.merge(defaults, opts || {});
+ var options = lodash.merge({}, defaults, opts || {});
69
70
// Prepare filterBy functions.
71
setupFilterBy(options);
0 commit comments