silverwind
6e7991316c
Refactor text utility classes to Tailwind CSS (#36703)
Replace Fomantic/custom CSS text utility classes with their Tailwind
equivalents:
- `.text.<color>` compound classes → `tw-text-<color>` classes
- `.text.small` (`font-size: 0.75em`) → `tw-text-xs` (11px)
- `.text.truncate` (`overflow-x: hidden; text-overflow: ellipsis;
white-space: nowrap; display: inline-block`) → `tw-inline-block
tw-truncate`
Remove the now-unused CSS rules from `base.css` and `dashboard.css`.
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 22:56:33 +00:00
..
2026-02-22 19:33:01 +00:00
2026-02-17 14:03:55 +00:00
2025-10-22 12:35:56 +08:00
2026-02-16 09:57:18 +00:00
2026-02-16 09:57:18 +00:00
2025-08-28 03:52:43 +00:00
2026-02-16 09:57:18 +00:00
2026-02-16 09:57:18 +00:00
2026-02-22 20:56:46 +00:00
2026-02-22 17:14:53 +00:00
2026-02-22 22:56:33 +00:00
2026-02-19 01:23:32 +00:00
2026-02-16 09:57:18 +00:00
2026-02-04 00:08:20 +08:00
2025-12-17 20:50:53 +00:00
2026-01-14 17:29:33 +00:00
2025-11-27 14:02:03 +00:00
2026-01-06 05:09:44 +00:00
2026-02-16 09:57:18 +00:00
2025-10-22 12:35:56 +08:00
2024-02-14 21:48:45 +00:00
2025-08-28 03:52:43 +00:00
2025-06-18 01:48:09 +00:00
2026-02-19 01:23:32 +00:00
2026-02-16 09:57:18 +00:00
2026-02-06 13:12:05 +00:00
2023-09-28 01:38:53 +00:00
2025-08-28 03:52:43 +00:00
2025-07-22 10:02:01 -07:00