Skip to content

Don’t unconditionally convert config keys to kebab-case #8567

Don’t unconditionally convert config keys to kebab-case

Don’t unconditionally convert config keys to kebab-case #8567

Triggered via pull request November 19, 2025 20:59
Status Failure
Total duration 2m 36s
Artifacts

ci.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Linux
Process completed with exit code 1.
src/index.test.ts > `@property` polyfill > camel case keys are preserved: packages/tailwindcss/src/index.test.ts#L5941
Error: Snapshot ``@property` polyfill > camel case keys are preserved 1` mismatched - Expected + Received - ".bg-lightGreen { - background-color: #c0ffee; + ".bg-blue-green { + background-color: var(--color-blue-green); + } + + .bg-lightGreen { + background-color: #c0ffee; + } + + :root, :host { + --color-blue-green: slate; }" ❯ src/index.test.ts:5941:5