[font-sizes] [responsive] Create two new dynamic settings that will help with responsive fonts
Nobody has claimed this yet.
- Dominant language
- Bikeshed
- Stars
- 4.9k
- Forks
- 816
- PR merge metrics
- PR metrics pending
Description
font-size:( 20px 25px 45px);
Font size will break on specified breakpoints based on values above.
font-size: linear( 20px 25px 45px);
Font size will change linerly from defined breakpoints, this will also mean definin breakpoints with something new if possible like
breakpoints {
768px;
1024px;
3rd value is above 1024px
}
this would lead to simplifying media queries that are used the most and using expression like div {
width: 200px 300px 400px; }
Or
div {
padding-inline: 100px 40px 20px; }
These are the ideas to simplify and unify responsive editing
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the proposed font-size and breakpoint syntax in the issue. Done would require a settled, specified approach for responsive font interpolation and breakpoint definitions, but no files or tests are identified.
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
- 20/100