• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ilpanich / axiam / 29309830048 / 1
85%
main: 85%

Build:
DEFAULT BRANCH: main
Ran 14 Jul 2026 06:21AM UTC
Files 166
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Jul 2026 05:55AM UTC coverage: 78.612%. Remained the same
29309830048.1

push

github

web-flow
build(deps): migrate to Tailwind CSS v4 (#167)

Migrates the frontend from Tailwind CSS v3.4.19 to v4.3.2, performing the
config migration that the plain dependency bump (Dependabot #115) omitted and
which caused `vite build` to fail with:

  [postcss] It looks like you're trying to use tailwindcss directly as a
  PostCSS plugin. The PostCSS plugin has moved to a separate package...

Changes:
- Add @tailwindcss/postcss and switch the PostCSS config to it; drop the
  `tailwindcss` PostCSS plugin entry.
- Remove autoprefixer (v4 bundles vendor-prefixing) from deps and PostCSS
  config.
- Replace the v3 `@tailwind base/components/utilities` directives in
  src/index.css with `@import "tailwindcss";` and bridge the existing JS
  theme with `@config "../tailwind.config.js";` so the custom AXIAM theme
  (brand colours, radii, shadows, animations, keyframes) is preserved exactly.
- Pin the stock Tailwind palette families actually used by the UI (red,
  orange, amber, emerald, cyan, blue, purple, pink, rose) to their v3 values
  in tailwind.config.js. v4 ships a redesigned default palette; pinning keeps
  the rendered colours identical.
- Rename utilities whose scale/semantics changed in v4 to preserve appearance:
  `backdrop-blur-sm` -> `backdrop-blur-xs` (v4 `-sm` is now 8px; v3 `-sm` was
  4px), and `outline-none` -> `outline-hidden` (v4 `outline-none` is
  `outline-style:none`; the v3 accessible-transparent-outline behaviour is now
  `outline-hidden`).

Verified via a compiled-CSS diff of every utility class against the v3 build:
all classes render identically apart from four spots where v4 now honours
non-multiple-of-5 opacity utilities (border-white/8, border-white/12,
bg-amber-500/8) that v3 silently dropped.

Supersedes #115.

Co-authored-by: Claude <noreply@anthropic.com>

23387 of 29750 relevant lines covered (78.61%)

61.79 hits per line

Source Files on job rust-workspace - 29309830048.1
  • Tree
  • List 166
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 29309830048
  • 0d73c15b on github
  • Prev Job for on main (#29288261702.1)
  • Next Job for on main (#29309986441.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc