Skip to content

Commit 854e7cd

Browse files
committed
doc: simplify
1 parent e3237fd commit 854e7cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ Now you can author React components in `Styles.react.css`:
3838

3939
Label {
4040
color: red;
41+
}
4142

42-
:hover {
43-
color: white;
44-
}
43+
Label:hover {
44+
color: white;
4545
}
4646

4747
And consume them like regular React components:

0 commit comments

Comments
 (0)