AdobeDocs / AdobeDocs/commerce-admin.en
Example code with mistake: Omitted parentheses for minimum width expression.
- Dominant language
- Ruby
- Stars
- 6
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
Responsive web design -> CSS in responsive design -> Media queries
https://developer.adobe.com/commerce/frontend-core/guide/responsive-design/css/#media-queries
Third block with code example has a mistake - Omitted parentheses for minimum width expression.
` @media only screen and (min-width: @screen__m + 1) and (max-width: (@screen__xl - 1)) {`
Contributor guide
Research direction
Open the linked Responsive web design → CSS in responsive design → Media queries documentation page and inspect the third code block. Compare the minimum-width expression with the stated correction, update the example, and verify that the rendered snippet shows the intended parentheses.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100