We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a7424f + 6f62194 commit bc9c826Copy full SHA for bc9c826
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