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
I would like my components to be consistent in the ordering of their key-value pairs: first the "reserved keys", in alphabetical order, followed by the "non-reserved keys", in declaration order.
For example:
x: {
yet another
another
tooltip: bar
shape: document
}
would be formatted as:
x: {
shape: document
tooltip: bar
yet another
another
}
The text was updated successfully, but these errors were encountered:
I would like my components to be consistent in the ordering of their key-value pairs: first the "reserved keys", in alphabetical order, followed by the "non-reserved keys", in declaration order.
For example:
would be formatted as:
The text was updated successfully, but these errors were encountered: