File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
22
- Support ` sort ` function in ` matchVariant ` ([ #9423 ] ( https://github.com/tailwindlabs/tailwindcss/pull/9423 ) )
23
23
- Implement the ` supports ` variant ([ #9453 ] ( https://github.com/tailwindlabs/tailwindcss/pull/9453 ) )
24
24
- Add experimental ` label ` s for variants ([ #9456 ] ( https://github.com/tailwindlabs/tailwindcss/pull/9456 ) )
25
+ - Added 'place-content-baseline' utility ([ #9498 ] ( https://github.com/tailwindlabs/tailwindcss/pull/9498 ) )
25
26
26
27
### Fixed
27
28
Original file line number Diff line number Diff line change @@ -980,6 +980,7 @@ export let corePlugins = {
980
980
'.place-content-between' : { 'place-content' : 'space-between' } ,
981
981
'.place-content-around' : { 'place-content' : 'space-around' } ,
982
982
'.place-content-evenly' : { 'place-content' : 'space-evenly' } ,
983
+ '.place-content-baseline' : { 'place-content' : 'baseline' } ,
983
984
'.place-content-stretch' : { 'place-content' : 'stretch' } ,
984
985
} )
985
986
} ,
You can’t perform that action at this time.
0 commit comments