We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3118878 commit 0156002Copy full SHA for 0156002
postcss.config.js
@@ -1,5 +1,3 @@
1
-module.exports = {
2
- plugins: {
3
- autoprefixer: {}
4
- }
+export const plugins = {
+ autoprefixer: {}
5
}
0 commit comments