Skip to content

Commit

Permalink
Fix link to CSS declaration blocks (mdn#32924)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasgjetting authored Apr 2, 2024
1 parent c7d9276 commit e49509f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/at-rule/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec-urls:

{{CSSRef}}

**At-rules** are [CSS statements](/en-US/docs/Web/CSS/Syntax#css_statements) that instruct CSS how to behave. They begin with an at sign, '`@`' (`U+0040 COMMERCIAL AT`), followed by an identifier and includes everything up to the next semicolon, '`;`' (`U+003B SEMICOLON`), or the next [CSS block](/en-US/docs/Web/CSS/Syntax#css_declarations_blocks), whichever comes first.
**At-rules** are [CSS statements](/en-US/docs/Web/CSS/Syntax#css_statements) that instruct CSS how to behave. They begin with an at sign, '`@`' (`U+0040 COMMERCIAL AT`), followed by an identifier and includes everything up to the next semicolon, '`;`' (`U+003B SEMICOLON`), or the next [CSS block](/en-US/docs/Web/CSS/Syntax#css_declaration_blocks), whichever comes first.

## Syntax

Expand Down

0 comments on commit e49509f

Please sign in to comment.