Shorthands
- Dominant language
- No language data
- Stars
- 250
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
In CSS we can write a short notation:
```css
border: 1px solid red;
```
Which is in a full form:
```css
border-width: 1px;
border-style: solid;
border-color: red;
```
While shorthand is practical, it is not [typable](https://github.com/cssinjs/standard/issues/7) and not supported by react-native.
Should we find a replacement or even remove a support for this from this standard?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the shorthand examples in this issue and the linked cssinjs/standard issue #7. Determine whether the specification should replace or remove shorthand notation, and consider the work complete when the project has a decided direction and the relevant specification text reflects it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100