Skip to content

Commit bc9c826

Browse files
authored
Merge pull request #31 from zhavir/implement-personal-portfolio
🚀 deploy: fix
2 parents 4a7424f + 6f62194 commit bc9c826

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

postcss.config.js

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
module.exports = {
2-
plugins: {
3-
tailwindcss: {},
4-
autoprefixer: {},
5-
},
1+
export const plugins = {
2+
tailwindcss: {},
3+
autoprefixer: {},
64
};

0 commit comments

Comments
 (0)