File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
crates/oxide/src/scanner/fixtures Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
- Fix "Cannot read properties of undefined" crash on malformed arbitrary value ([ #18133 ] ( https://github.com/tailwindlabs/tailwindcss/pull/18133 ) )
17
17
- Upgrade: Migrate ` -mt-[0px] ` to ` mt-[0px] ` instead of the other way around ([ #18154 ] ( https://github.com/tailwindlabs/tailwindcss/pull/18154 ) )
18
18
- Fix Haml pre-processing crash when there is no ` \n ` at the end of the file ([ #18155 ] ( https://github.com/tailwindlabs/tailwindcss/pull/18155 ) )
19
+ - Ignore ` .pnpm-store ` folders by default (can be overridden by ` @source … ` rules) ([ #18163 ] ( https://github.com/tailwindlabs/tailwindcss/pull/18163 ) )
19
20
20
21
## [ 4.1.7] - 2025-05-15
21
22
Original file line number Diff line number Diff line change 10
10
.parcel-cache
11
11
__pycache__
12
12
.svelte-kit
13
+ .pnpm-store
You can’t perform that action at this time.
0 commit comments