Skip to content

Commit 8971de6

Browse files
authored
Merge pull request #142 from bhargavraviya/issue/postcss
2 parents e853806 + 8deeb09 commit 8971de6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

stubs/default/postcss.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
module.exports = {
2-
plugins: {
3-
tailwindcss: {},
4-
autoprefixer: {},
5-
},
6-
}
1+
export default {
2+
plugins: {
3+
tailwindcss: {},
4+
autoprefixer: {},
5+
},
6+
}

0 commit comments

Comments
 (0)