We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9a94c commit 962ea95Copy full SHA for 962ea95
postcss.config.js
@@ -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