From 34b11e16c863b3469302096a68dbe555f1ca513f Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 9 Feb 2026 16:29:47 +0100 Subject: [PATCH] Update changeset to mention postcss-import Signed-off-by: Patrik Oldsberg Co-authored-by: Cursor --- .changeset/css-exports-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/css-exports-support.md b/.changeset/css-exports-support.md index 69e7808ccc..065f385a43 100644 --- a/.changeset/css-exports-support.md +++ b/.changeset/css-exports-support.md @@ -2,4 +2,4 @@ '@backstage/cli': minor --- -Added support for CSS exports in package builds. When a package declares a CSS file in its `exports` field, the CLI will now automatically bundle it during `backstage-cli package build` using lightningcss, and rewrite the export path from `src/` to `dist/` at publish time. This allows packages to include standalone CSS files without custom build scripts. +Added support for CSS exports in package builds. When a package declares a CSS file in its `exports` field, the CLI will now automatically bundle it during `backstage-cli package build` using postcss-import, and rewrite the export path from `src/` to `dist/` at publish time. This allows packages to include standalone CSS files without custom build scripts.