fix: recompile Tailwind CSS with shared macros source

- Add shared/macros to Tailwind source scan for platform CSS
- Revert toggle macro to use Tailwind classes (translate-x-*)
- Rebuild CSS to include all required classes

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-27 18:35:58 +01:00
parent acd6adfcfd
commit 5261a4eb38
3 changed files with 2030 additions and 96 deletions

View File

@@ -6,6 +6,7 @@
/* Content sources for tree-shaking */
@source "../../../app/templates/platform/**/*.html";
@source "../../../app/templates/shared/**/*.html";
@source "../js/**/*.js";
/* ==========================================================================

File diff suppressed because it is too large Load Diff