-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
In CSS we can write a short notation:
border: 1px solid red;Which is in a full form:
border-width: 1px;
border-style: solid;
border-color: red;While shorthand is practical, it is not typable and not supported by react-native.
Should we find a replacement or even remove a support for this from this standard?
Metadata
Metadata
Assignees
Labels
No labels