Skip to content

Commit 8c4a9d1

Browse files
committed
Formatting
1 parent feea8d8 commit 8c4a9d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/docs/hover-focus-and-other-states.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ This pattern works with every pseudo-class modifier, for example `group-focus`,
355355

356356
#### Differentiating nested groups
357357

358-
When nesting groups, you can style something based on the state of a _specific_ parent group by giving that parent a unique group name using a `group/{name}` class, and including that name in modifiers using classes like `group-hover/{name}`.
358+
When nesting groups, you can style something based on the state of a _specific_ parent group by giving that parent a unique group name using a `group/{name}` class, and including that name in modifiers using classes like `group-hover/{name}`:
359359

360360
<Example p="none">
361361
<div class="px-4">
@@ -439,7 +439,7 @@ Groups can be named however you like and don’t need to be configured in any wa
439439

440440
#### Arbitrary groups
441441

442-
You can create one-off `group-*` modifiers on the fly by providing your own selector as an [arbitrary values](/docs/adding-custom-styles#using-arbitrary-values) between square brackets.
442+
You can create one-off `group-*` modifiers on the fly by providing your own selector as an [arbitrary value](/docs/adding-custom-styles#using-arbitrary-values) between square brackets:
443443

444444
<SnippetGroup>
445445

@@ -459,7 +459,7 @@ You can create one-off `group-*` modifiers on the fly by providing your own sele
459459

460460
</SnippetGroup>
461461

462-
For more control, you can use the `&` character to mark where `.group` should end up in the final selector relative to the selector you are passing in.
462+
For more control, you can use the `&` character to mark where `.group` should end up in the final selector relative to the selector you are passing in:
463463

464464
<SnippetGroup>
465465

0 commit comments

Comments
 (0)