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
Wouldn't an empty string be enough for what you want to do?
For consistency and to avoid unnecessary complications in the parser my suggestion is to keep the "propname: value" syntax even for properties with no values. Thus, if we really need a string with no value, we will probably need a keyword for it (such as novalue, nil or empty). Just some experiments:
media media1
left: ""
# or
left: nil
# or
left: empty
#
left: novalue
end
But, do we really need it? Is there an interesting use case for adding such a support?
The text was updated successfully, but these errors were encountered: