Skip to content

Commit

Permalink
Merge pull request #142 from bhargavraviya/issue/postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin authored Nov 9, 2023
2 parents e853806 + 8deeb09 commit 8971de6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions stubs/default/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}

0 comments on commit 8971de6

Please sign in to comment.