-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add flex-wrap styles #118
Conversation
return this.add("flexWrap", "nowrap"); | ||
} | ||
/** Sets `flexWrap: value`. */ | ||
flexWrap(value: Properties["flexWrap"]) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to use fw
as the key, though that is already used by font-weight
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense for flexWrap
.
Wdyt about fwWrap
-> fww
, fwReverse
-> fwr
, fwNoWrap
-> fwnw
? Thinking they'd probably not overlap with the existing fw
variants...
I think that pattern of fooBar: fizz-buzz
-> fbfb
has been generally what our abbreviations have been moving towards recently.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! I just saw flexWrap typed out in some code yesterday and was like gah need that in truss! :-D
# [1.132.0](v1.131.1...v1.132.0) (2023-12-06) ### Features * Add flex-wrap styles ([#118](#118)) ([698070c](698070c))
🎉 This PR is included in version 1.132.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
No description provided.