Skip to content

Commit 4b0c563

Browse files
committed
added postcss
1 parent 5ed385b commit 4b0c563

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

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+
};

starter-kit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export_paths:
2929
- package.json
3030
- tailwind.config.js
3131
- vite.config.js
32+
- postcss.config.js
3233
- CHANGELOG.md
3334
- README.md
3435
dependencies:

0 commit comments

Comments
 (0)