You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are cases where a user may want to reset a formatting value to default with a higher priority rule.
For example, in this code the 2nd rule would apply background_color and the user may want to switch back to our default color handling which would pick a contrasting light/dark color instead of applying the color from the first rule.
We could handle this as the difference between None and Undefined with #549. However, it might make more sense semantically to allow a value like default
The text was updated successfully, but these errors were encountered:
There are cases where a user may want to reset a formatting value to default with a higher priority rule.
For example, in this code the 2nd rule would apply
background_color
and the user may want to switch back to our default color handling which would pick a contrasting light/dark color instead of applying the color from the first rule.We could handle this as the difference between
None
andUndefined
with #549. However, it might make more sense semantically to allow a value likedefault
The text was updated successfully, but these errors were encountered: