Ross ROSS = Recommend OSS · open-source software intelligence for agents

postcss/postcss-import

PostCSS plugin to inline at-import rules content observed · 2026-08-28

github.com/postcss/postcss-import · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

66/100

  • Activity 97
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4418
  • days_rel: n/a
  • days_push: 19
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1411 stars · 116 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A PostCSS plugin that inlines the content of CSS @import rules, resolving files from local paths, node_modules, or web_modules. It deduplicates imports and lets downstream PostCSS plugins process the stylesheet as a single file.

Use cases

  • inline css @import rules into a single stylesheet
  • bundle css files with postcss
  • import css from node_modules
  • deduplicate css imports in build pipeline
  • process multi-file css as one ast for postcss plugins

When to choose

  • you use PostCSS and want @import inlining before other plugins run
  • you need to consume CSS from node_modules or web_modules
  • you want spec-compliant @import handling with duplicate skipping

When to avoid

  • you need glob imports without an extension plugin
  • you need to import remote URLs natively (use postcss-import-url)
  • your build tool already bundles CSS imports (e.g. webpack, Vite)

Facets

plugin · maturity active

build-tool middleware web-development frontend developer-tools cross-platform css postcss-plugin at-import css-modules bundler-utility nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
postcss/postcss-importmain66

For agents

markdown · JSON · MCP: product_card(name="postcss/postcss-import")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem