diff --git a/supernova/gulpfile.js b/supernova/gulpfile.js index b2a3ee3..2f32f3c 100644 --- a/supernova/gulpfile.js +++ b/supernova/gulpfile.js @@ -40,7 +40,7 @@ function html() { root: 'supernova', plugins: posthtmlPlugins }), - require('posthtml-postcss')(postcssPlugins, /^text\/css$/), + require('posthtml-postcss')(postcssPlugins, {}, /^text\/css$/), ])) .pipe(rename(path => { path.basename = 'index'