Skip to content

Commit 1b49fee

Browse files
docs: fix (#483)
1 parent dba72d1 commit 1b49fee

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,13 @@ module.exports = {
7171
options: {
7272
postcssOptions: {
7373
plugins: [
74-
'postcss-preset-env',
75-
{
76-
// Options
77-
},
74+
[
75+
'postcss-preset-env',
76+
{
77+
// Options
78+
},
79+
],
80+
'',
7881
],
7982
},
8083
},

0 commit comments

Comments
 (0)