supernova: fix posthtml-postcss options

This commit is contained in:
Marley 2023-06-17 08:23:08 -07:00
parent bd61bcdc1f
commit caf23d1fd2

View file

@ -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'