Skip to content

Commit

Permalink
fix typo in @extend spec (#3484)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorskees committed Jan 30, 2023
1 parent ded4033 commit 6a21d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/at-rules/extend.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ two guarantees about the result. These are known as the "laws of extend".
The first law of `@extend` says that the specificity of the first generated
selector must be greater than or equal to that of the original extendee. For
example, `extend(a.foo, .foo, .a)` should generate `a.foo, a` even though
example, `extend(a.foo, .foo, a)` should generate `a.foo, a` even though
`a.foo` matches a subset of elements matched by `a`.
In most cases, the first generated selector will be identical to the extendee,
Expand Down

0 comments on commit 6a21d2e

Please sign in to comment.