Skip to content

deps: remove postcss-import and postcss-preset-env#2002

Open
reggi wants to merge 1 commit into
mainfrom
reggi/remove-postcss-deps
Open

deps: remove postcss-import and postcss-preset-env#2002
reggi wants to merge 1 commit into
mainfrom
reggi/remove-postcss-deps

Conversation

@reggi

@reggi reggi commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Reverts the postcss dependency additions from #2001.

Those two deps (postcss-import, postcss-preset-env) were only needed to satisfy a local eslint import/no-extraneous-dependencies error on postcss.config.js — but that file is git-ignored (root /* rule) and not tracked, so:

  • It does not exist in CI, and eslint never lints it there.
  • The deps were intentionally removed earlier (8842c8a, 11ed852).

This restores the slim package-lock.json (~4.7k lines of bloat removed).

These were re-added in #2001 to satisfy a local eslint error on the
untracked, git-ignored postcss.config.js file. The committed repo does
not use them (they were intentionally removed earlier), and CI never
lints postcss.config.js. Restores the slim package-lock.json.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 7bc381bc-cdcc-4984-9246-7a9b35278dd2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant