Skip to content

Bump lightningcss from 1.30.2 to 1.32.0#42196

Merged
julien-deramond merged 1 commit into
v6-devfrom
v6-dev-bump-lightningcss-to-1.32.0
Mar 17, 2026
Merged

Bump lightningcss from 1.30.2 to 1.32.0#42196
julien-deramond merged 1 commit into
v6-devfrom
v6-dev-bump-lightningcss-to-1.32.0

Conversation

@julien-deramond

@julien-deramond julien-deramond commented Mar 17, 2026

Copy link
Copy Markdown
Member

This PR bumps lightningcss from 1.30.2 to 1.32.0. The versions are minor but they include some issues and bug fixes (see Releases).

So I compared the dist/css/bootstrap.min.css files built from v6-dev and this branch: lightnincss.txt.

This diff file (that I can't copy here because it's too long for GitHub) shows this kind of modifications in the entire minified file where some missing whitespaces have been added back:

2,7c2,7
>   --bs-blue-025: color-mix(in lab, var(--bs-white) 94%, oklch(60% .24 240));
>   --bs-blue-050: color-mix(in lab, var(--bs-white) 90%, oklch(60% .24 240));
>   --bs-blue-100: color-mix(in lab, var(--bs-white) 80%, oklch(60% .24 240));
>   --bs-blue-200: color-mix(in lab, var(--bs-white) 60%, oklch(60% .24 240));
>   --bs-blue-300: color-mix(in lab, var(--bs-white) 40%, oklch(60% .24 240));
>   --bs-blue-400: color-mix(in lab, var(--bs-white) 20%, oklch(60% .24 240));
---
<   --bs-blue-025: color-mix(in lab, var(--bs-white)94%, oklch(60% .24 240));
<   --bs-blue-050: color-mix(in lab, var(--bs-white)90%, oklch(60% .24 240));
<   --bs-blue-100: color-mix(in lab, var(--bs-white)80%, oklch(60% .24 240));
<   --bs-blue-200: color-mix(in lab, var(--bs-white)60%, oklch(60% .24 240));
<   --bs-blue-300: color-mix(in lab, var(--bs-white)40%, oklch(60% .24 240));
<   --bs-blue-400: color-mix(in lab, var(--bs-white)20%, oklch(60% .24 240));
>     margin: var(--bs-hr-margin-y, var(--bs-spacer)) 0;
---
<     margin: var(--bs-hr-margin-y, var(--bs-spacer))0;
753,754c753,754
>    margin-inline: calc(-.5 * var(--bs-gutter-x));
>     margin-top: calc(-1 * var(--bs-gutter-y));
---
<     margin-inline: calc(-.5*var(--bs-gutter-x));
<     margin-top: calc(-1*var(--bs-gutter-y));

I don't know if it was really an issue before, but it should be better now.

The diff is 1700 lines-long. Hopefully I'm not mistaken, but I have only seen 1-for-1 changes related to these missing whitespaces.

@github-project-automation github-project-automation Bot moved this to Inbox in v6.0.0 Mar 17, 2026
@julien-deramond julien-deramond marked this pull request as ready for review March 17, 2026 20:46
@julien-deramond julien-deramond merged commit 35bd066 into v6-dev Mar 17, 2026
12 checks passed
@julien-deramond julien-deramond deleted the v6-dev-bump-lightningcss-to-1.32.0 branch March 17, 2026 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Inbox

Development

Successfully merging this pull request may close these issues.

1 participant