Skip to content

Commit

Permalink
Fixing typo (sass#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylakim committed Oct 20, 2022
1 parent 7bd5b4c commit 2b56079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/documentation/at-rules/at-root.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ just a shorthand for `@at-root { <selector> { ... } }`!

On its own, `@at-root` only gets rid of [style rules][]. Any at-rules like
[`@media`][] or [`@supports`][] will be left in. If this isn't what you want,
though, you can control exactly what it includes or includes using syntax like
though, you can control exactly what it includes or excludes using syntax like
[media query features][], written `@at-root (with: <rules...>) { ... }` or
`@at-root (without: <rules...>) { ... }`. The `(without: ...)` query tells Sass
which rules should be excluded; the `(with: ...)` query excludes all rules
Expand Down

0 comments on commit 2b56079

Please sign in to comment.