Skip to content

Commit

Permalink
chore: update workflows 11
Browse files Browse the repository at this point in the history
  • Loading branch information
WomB0ComB0 committed Oct 2, 2024
1 parent 3329df0 commit da16676
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion postcss.config.js → postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module.exports = {
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};

module.exports = config;

0 comments on commit da16676

Please sign in to comment.