argyleink / argyleink/open-props
Fluid sizes should offer alternatives to the physical viewport units
Open
enhancement
- Dominant language
- HTML
- Stars
- 5.5k
- Forks
- 216
- PR merge metrics
- No merged PRs in 30d
Description
For the sizes vi or dvi is better than vw
```
--size-fluid-1: clamp(.5rem, 1vw, 1rem);
```
Then we have the vertical horizontal problem. Perhaps I want to size for block-size instead.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the fluid size custom properties represented by --size-fluid-1 and review how they currently use vw. Compare the proposed vi, dvi, and block-size alternatives, then clarify which variants and naming should be supported. Done means the project has an agreed, consistent set of fluid sizing alternatives.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- design, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100