Skip to content

Commit aea6944

Browse files
committed
Fix postcss plugin order
1 parent 80b0816 commit aea6944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ module.exports = {
5656
ident: 'postcss',
5757
plugins: [
5858
require('postcss-import'),
59-
require('postcss-preset-env')({stage: 0}),
6059
require('tailwindcss')('./tailwind.js'),
60+
require('postcss-preset-env')({stage: 0}),
6161
require('autoprefixer'),
6262
]
6363
},

0 commit comments

Comments
 (0)