Skip to content

Update Deps, results - #235

Merged
keithamus merged 1 commit into
mainfrom
deps
Sep 3, 2026
Merged

Update Deps, results#235
keithamus merged 1 commit into
mainfrom
deps

Conversation

@TheJaredWilcurt

Copy link
Copy Markdown
Collaborator
  • Update dependencies
  • Update test results

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

3 tests changed.

Results: ↑️ 3 more tests passing across existing minifiers.

Minifier Before After Change
clean-css 180/541 180/541 ↔️ 0
csskit 262/541 262/541 ↔️ 0
csslop 538/541 541/541 ⬆️ +3
cssnano 263/541 263/541 ↔️ 0
csso 184/541 184/541 ↔️ 0
esbuild 227/541 227/541 ↔️ 0
lightningcss 315/541 315/541 ↔️ 0
sass 150/541 150/541 ↔️ 0

Changed Tests

test clean-css csskit csslop cssnano csso esbuild lightningcss sass
shorthands/0023 ❌ ➡️ ✅
shorthands/0031 ❌ ➡️ ✅
shorthands/0035 ❌ ➡️ ✅
shorthands/0023

Source

a {
  border-image-source: url(border.png);
  border-image-slice: 30;
  border-image-repeat: round;
  border-width: 4px;
  border-style: solid;
  border-color: #0000;
}

Expected

a{border:4px solid#0000;border-image:url(border.png)30 round}
shorthands/0031

Source

a {
  font-variation-settings: "wght" 600, "wdth" 75;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  font-family: Inter, sans-serif;
}

Expected

a{font:18px/1.6 Inter,sans-serif;font-variation-settings:"wght"600,"wdth"75}
shorthands/0035

Source

@property --bw {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --bs {
  syntax: "<custom-ident>";
  inherits: false;
  initial-value: none;
}
@property --bc {
  syntax: "<color>";
  inherits: false;
  initial-value: red;
}
a {
  border-width: var(--bw);
  border-style: var(--bs);
  border-color: var(--bc);
}

Expected

@property --bw{syntax:"<length>";inherits:false;initial-value:0px}@property --bs{syntax:"<custom-ident>";inherits:false;initial-value:none}@property --bc{syntax:"<color>";inherits:false;initial-value:red}a{border:var(--bw)var(--bs)var(--bc)}

@keithamus
keithamus merged commit 3a83f2c into main Sep 3, 2026
3 checks passed
@keithamus
keithamus deleted the deps branch September 3, 2026 14:11
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.

2 participants