Skip to content

Commit 9395d8e

Browse files
committed
split highlights
1 parent 012be56 commit 9395d8e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/docs/adding-custom-styles.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,13 +383,14 @@ To apply the same styles for multiple variants, separate each variant with a com
383383
.my-element {
384384
background: white;
385385

386-
/* [!code highlight:10] */
386+
/* [!code highlight:6] */
387387
&:hover {
388388
@media (hover: hover) {
389389
background: black;
390390
}
391391
}
392392

393+
/* [!code highlight:4] */
393394
&:focus {
394395
background: black;
395396
}

0 commit comments

Comments
 (0)