Skip to content

Commit 5b0d28d

Browse files
committed
Add PostCSS config with Tailwind CSS and Autoprefixer plugins
1 parent fa3296d commit 5b0d28d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

postcss.config.js

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

0 commit comments

Comments
 (0)