-
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: Double down on abbreviation style. #121
Conversation
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.
Gonna be quite the version bump PRs 😄
ofv: "visible", | ||
ofh: "hidden", | ||
ofs: "scroll", | ||
ofa: "auto", |
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.
If I'm being a real stickler, then overflow
-> of
doesn't exactly follow the conventions, right? That'd expect "overFlow" -> of
. I'd be okay with ov
, oh
, os
, etc.
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.
Yep, updated
tdn: "none", | ||
tdlt: "line-through", | ||
tdu: "underline", |
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 like these changes as it's closer to the CSS property names.
vaBl: "baseline", | ||
vam: "middle", | ||
vat: "top", | ||
vaBm: "bottom", |
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.
@bdow wdyt of this vaBm
vs. vaBottom
? Usually when we have "two vab
s", we spell out vaBottom
vs. vaBaseline
, but was thinking maybe this would be cute...
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'm indifferent, but would lean towards spelling it out. Feels more clear that way.
# [1.135.0](v1.134.0...v1.135.0) (2024-05-31) ### Features * Double down on abbreviation style. ([#121](#121)) ([6b28580](6b28580))
🎉 This PR is included in version 1.135.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
No description provided.