Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork149
Fix fontWeight binding (make it an abstract type)#776
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
MoOx left a comment
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. Sorry, I didn't had time to look for ideas as my life is a mess ATM :)
I guess we don't have much choice until syntax allow this.
Just thinking what user will have to do...
Previouslystyle(~fontWeight=#_100, ()) & nowstyle(~fontWeight=FontWeight._100, ()), that's correct ?
Since there is not a lot of value, why not just putting those directly at the root of Style module ?
If opened, this means people can dostyle(~fontWeight=_100, ()).
cknitt commentedOct 18, 2022
Yes, that's correct. I am not in favor of putting things directly into
|
MoOx commentedOct 20, 2022
Not a fan (too verbose for me), but I guess you are right. |
Closes#775