File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
20
20
### Added
21
21
22
- - Add Android builds ([ #13115 ] ( https://github.com/tailwindlabs/tailwindcss/pull/13115 ) )
22
+ - Add Android builds ([ #13115 ] ( https://github.com/tailwindlabs/tailwindcss/pull/13115 ) , [ # 13161 ] ( https://github.com/tailwindlabs/tailwindcss/pull/13161 ) )
23
23
- Make CSS optimization and minification configurable ([ #13130 ] ( https://github.com/tailwindlabs/tailwindcss/pull/13130 ) )
24
24
25
25
## [ 4.0.0-alpha.6] - 2024-03-07
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ const syncedWorkspaces = new Map([
17
17
[
18
18
'@tailwindcss/oxide' ,
19
19
[
20
+ 'oxide/crates/node/npm/android-arm-eabi' ,
21
+ 'oxide/crates/node/npm/android-arm64' ,
20
22
'oxide/crates/node/npm/darwin-arm64' ,
21
23
'oxide/crates/node/npm/darwin-x64' ,
22
24
'oxide/crates/node/npm/freebsd-x64' ,
You can’t perform that action at this time.
0 commit comments