Skip to content

Commit 1936261

Browse files
Add change log
1 parent 1a105f5 commit 1936261

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Don’t crash when scanning a candidate equal to the configured prefix ([#14588](https://github.com/tailwindlabs/tailwindcss/pull/14588))
1919
- Ensure there's always a space before `!important` when stringifying CSS ([#14611](https://github.com/tailwindlabs/tailwindcss/pull/14611))
2020
- _Experimental_: Ensure CSS before a layer stays unlayered when running codemods ([#14596](https://github.com/tailwindlabs/tailwindcss/pull/14596))
21+
- _Experimental_: Resolve issues where some prefixed candidates were not properly migrated ([#14600](https://github.com/tailwindlabs/tailwindcss/pull/14600))
2122

2223
## [4.0.0-alpha.26] - 2024-10-03
2324

integrations/upgrade/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ test(
297297
},
298298
},
299299
async ({ exec, fs }) => {
300-
console.log(await exec('npx @tailwindcss/upgrade -c tailwind.config.js'))
300+
await exec('npx @tailwindcss/upgrade -c tailwind.config.js')
301301

302302
await fs.expectFileToContain(
303303
'src/index.html',

0 commit comments

Comments
 (0)