Skip to content

Commit

Permalink
at-rules don't end in semicolon (mdn#17714)
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle authored Jun 28, 2022
1 parent 0df41fd commit 96918dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/css/@layer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ The **`@layer`** [CSS](/en-US/docs/Web/CSS) [at-rule](/en-US/docs/Web/CSS/At-rul
## Syntax

```css
@layer layer-name {rules};
@layer layer-name {rules}
@layer layer-name;
@layer layer-name, layer-name, layer-name;
@layer {rules};
@layer {rules}
```

where:
Expand Down

0 comments on commit 96918dc

Please sign in to comment.