Skip to content

Commit 35d50dd

Browse files
committed
doc: fix examples with pseudoclass
1 parent 03107e1 commit 35d50dd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/webpack/styles.react.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ Header {
88
font-weight: bold;
99
color: black;
1010

11-
:hover {
12-
color: red;
13-
}
11+
}
12+
13+
Header:hover {
14+
color: red;
1415
}
1516

1617
Content {

0 commit comments

Comments
 (0)