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