Skip to content

Commit 8653288

Browse files
authored
Merge pull request #35 from wlucha/tailwind-support
Tailwind Support
2 parents 6abf62f + 676560f commit 8653288

File tree

5 files changed

+544
-14
lines changed

5 files changed

+544
-14
lines changed

.postcssrc.json

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

README.md

Lines changed: 1 addition & 0 deletions
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)