Skip to content

Commit

Permalink
fix: correct the heading level (#38047)
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Feb 8, 2025
1 parent dae4a06 commit dedba82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Feature queries are a useful tool for progressively enhancing a site. They enabl

You don't need to use feature queries to start using new CSS features; CSS error handling means the browser simply ignores CSS it does not yet recognize. However, feature queries are a useful alternative to fallback declarations, and enable writing code once that can eventually be supported everywhere.

### See also
## See also

- [CSS conditional rules](/en-US/docs/Web/CSS/CSS_conditional_rules) module
- [Using CSS media queries](/en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries)
Expand Down

0 comments on commit dedba82

Please sign in to comment.