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 0ec22e2 commit 2640ec3Copy full SHA for 2640ec3
lib/index.js
@@ -21,7 +21,7 @@ module.exports = preprocessor;
21
*/
22
23
var defaults = {
24
- minify: undefined,
+ minify: false,
25
use: [
26
'postcss-import',
27
'postcss-custom-properties',
@@ -31,7 +31,6 @@ var defaults = {
31
'postcss-reporter'
32
],
33
'postcss-import': {
34
- root: undefined,
35
onImport: function(imported) {
36
// Update the watch task with the list of imported files
37
if (typeof global.watchCSS === 'function') {
0 commit comments