Skip to content

Commit 2640ec3

Browse files
committed
Remove unused default options
1 parent 0ec22e2 commit 2640ec3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = preprocessor;
2121
*/
2222

2323
var defaults = {
24-
minify: undefined,
24+
minify: false,
2525
use: [
2626
'postcss-import',
2727
'postcss-custom-properties',
@@ -31,7 +31,6 @@ var defaults = {
3131
'postcss-reporter'
3232
],
3333
'postcss-import': {
34-
root: undefined,
3534
onImport: function(imported) {
3635
// Update the watch task with the list of imported files
3736
if (typeof global.watchCSS === 'function') {

0 commit comments

Comments
 (0)