Skip to content

Fixed definition of place-content-* #5569

Fixed definition of place-content-*

Fixed definition of place-content-* #5569

Triggered via pull request December 18, 2024 23:06
Status Failure
Total duration 1m 25s
Artifacts

ci.yml

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

Annotations

2 errors
src/utilities.test.ts > place-content: packages/tailwindcss/src/utilities.test.ts#L7455
Error: Snapshot `place-content 1` mismatched - Expected + Received @@ -1,15 +1,15 @@ ".place-content-around { - place-content: around; + place-content: space-around; } .place-content-baseline { place-content: baseline start; } .place-content-between { - place-content: between; + place-content: space-between; } .place-content-center { place-content: center; } @@ -17,11 +17,11 @@ .place-content-end { place-content: end; } .place-content-evenly { - place-content: evenly; + place-content: space-evenly; } .place-content-start { place-content: start; } ❯ src/utilities.test.ts:7455:5
Linux
Process completed with exit code 1.