Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

fix(deps): remove unused autoprefixer and postcss from web devDependencies#78

Open
jongio wants to merge 1 commit into
mainfrom
auto/idiomatic-audit/2026-05-17
Open

fix(deps): remove unused autoprefixer and postcss from web devDependencies#78
jongio wants to merge 1 commit into
mainfrom
auto/idiomatic-audit/2026-05-17

Conversation

@jongio
Copy link
Copy Markdown
Owner

@jongio jongio commented May 17, 2026

Summary

Remove unused autoprefixer and postcss devDependencies from the web docs package.

Tailwind CSS v4 (currently v4.3) handles autoprefixing and PostCSS processing internally through the @tailwindcss/vite plugin. These packages are not imported or configured anywhere in the project — no postcss.config file exists and neither package appears in any source file.

Changes

  • Removed autoprefixer (^10.4.24) from web/package.json devDependencies
  • Removed postcss (^8.5.6) from web/package.json devDependencies
  • Updated pnpm-lock.yaml

Verification

  • Web docs site builds successfully with pnpm build
  • Go CLI unit tests pass
  • Web Playwright tests: 184 passed, 41 failed (pre-existing failures on main, unrelated to this change)

Closes #68

…ncies

Tailwind CSS v4 handles autoprefixing and PostCSS processing internally
through the @tailwindcss/vite plugin. These explicit dependencies are no
longer needed and are not imported or configured anywhere in the project.

Closes #68

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jongio jongio added automated Created by automation idiomatic-audit Idiomatic code audit findings labels May 17, 2026
github-actions Bot added a commit that referenced this pull request May 17, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🚀 Website Preview

Your PR preview is ready!

📎 Preview URL: https://jongio.github.io/azd-exec/pr/78/

This preview will be automatically cleaned up when the PR is closed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

automated Created by automation idiomatic-audit Idiomatic code audit findings

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor: remove unused autoprefixer and postcss dependencies from web package

1 participant