We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed385b commit 4b0c563Copy full SHA for 4b0c563
postcss.config.js
@@ -0,0 +1,6 @@
1
+module.exports = {
2
+ plugins: {
3
+ tailwindcss: {},
4
+ autoprefixer: {},
5
+ },
6
+};
starter-kit.yaml
@@ -29,6 +29,7 @@ export_paths:
29
- package.json
30
- tailwind.config.js
31
- vite.config.js
32
+ - postcss.config.js
33
- CHANGELOG.md
34
- README.md
35
dependencies:
0 commit comments