In CSS we can write a short notation:
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?
In CSS we can write a short notation:
Which is in a full form:
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?