Skip to content

Commit

Permalink
Add new place-content-baseline utility for place-content: baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Oct 19, 2022
1 parent 336d7e5 commit be831d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/default-config.ts
Expand Up @@ -424,7 +424,7 @@ export function getDefaultConfig() {
* Place Content
* @see https://tailwindcss.com/docs/place-content
*/
'place-content': [{ 'place-content': [...getAlign(), 'stretch'] }],
'place-content': [{ 'place-content': [...getAlign(), 'baseline', 'stretch'] }],
/**
* Place Items
* @see https://tailwindcss.com/docs/place-items
Expand Down

0 comments on commit be831d7

Please sign in to comment.