Skip to content

Commit

Permalink
Update files/en-us/web/css/css_syntax/at-rule/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle authored Feb 14, 2025
1 parent 2fcbc58 commit 62186d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/css_syntax/at-rule/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec-urls: https://drafts.csswg.org/css-syntax/

{{CSSRef}}

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

At-rules are used to group and structure style rules and other at-rules, declare style information not associated with selected content, and manage syntactic constructs such as imports and namespaces keyword mappings.

Expand Down

0 comments on commit 62186d9

Please sign in to comment.