feat: add Tailwind CSS configuration and build setup

- Add package.json with Tailwind dependencies
- Add tailwind.config.js and postcss.config.js
- Add source tailwind.css file
- Generate tailwind.output.css for admin and vendor
- Add Tailwind CSS documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-02 19:40:21 +01:00
parent d80659646f
commit da3d33a69c
8 changed files with 131455 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
/* Tailwind CSS source file for admin panel */
@tailwind base;
@tailwind components;
@tailwind utilities;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long