Skip to content

Conversation

@adamwathan
Copy link
Member

This adds grow-* and shrink-* utilities as aliases for flex-grow-* and flex-shrink-* since those names are unnecessarily verbose. We will stop documenting the long form ones and consider them deprecated.

- <div class="flex-grow-0 flex-shrink">
+ <div class="grow-0 shrink">

This adds `grow-*` and `shrink-*` utilities as aliases for `flex-grow-*` and `flex-shrink-*` since those names are unnecessarily verbose. We will stop documenting the long form ones and consider them deprecated.

```diff
- <div class="flex-grow-0 flex-shrink">
+ <div class="grow-0 shrink">
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants