Skip to content

Commit 962ea95

Browse files
committed
postcss.config added
1 parent ae9a94c commit 962ea95

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

postcss.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
const tailwindcss = require('tailwindcss');
2+
module.exports = {
3+
plugins: [
4+
tailwindcss('./tailwind.config.js'),
5+
require('autoprefixer'),
6+
],
7+
};

0 commit comments

Comments
 (0)