Skip to content

Commit 676560f

Browse files
committed
feat: add tailwind support
1 parent 6abf62f commit 676560f

File tree

5 files changed

+544
-14
lines changed

5 files changed

+544
-14
lines changed

.postcssrc.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"plugins": {
3+
"@tailwindcss/postcss": {}
4+
}
5+
}

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This project is more than just a boilerplate – it's a **production-ready found
2121
**Code Quality Tools** – ESLint, Prettier, and Commit Linting for clean, consistent code.
2222
**Security Audits with AuditJS** – Keep your dependencies secure.
2323
**Auto-Generated CHANGELOG** – Track changes effortlessly with auto-changelog.
24+
**Tailwind CSS Integration** – Utilize a utility-first CSS framework to create sleek, responsive designs efficiently.
2425

2526

2627
## Quick Start 🚀

0 commit comments

Comments
 (0)