Skip to content

Commit c5ca373

Browse files
Dawood Khan Masoodthecrypticace
andauthored
Adding support for baseline in placeContent utility (#9498)
* Update corePlugins.js * Move class * Update changelog Co-authored-by: Jordan Pittman <[email protected]>
1 parent 56d9c43 commit c5ca373

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- Support `sort` function in `matchVariant` ([#9423](https://github.com/tailwindlabs/tailwindcss/pull/9423))
2323
- Implement the `supports` variant ([#9453](https://github.com/tailwindlabs/tailwindcss/pull/9453))
2424
- 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))
2526

2627
### Fixed
2728

src/corePlugins.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -980,6 +980,7 @@ export let corePlugins = {
980980
'.place-content-between': { 'place-content': 'space-between' },
981981
'.place-content-around': { 'place-content': 'space-around' },
982982
'.place-content-evenly': { 'place-content': 'space-evenly' },
983+
'.place-content-baseline': { 'place-content': 'baseline' },
983984
'.place-content-stretch': { 'place-content': 'stretch' },
984985
})
985986
},

0 commit comments

Comments
 (0)