Skip to content

Commit 9ac727c

Browse files
committed
Update README.md
1 parent de2ad8e commit 9ac727c

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
@@ -20,18 +20,18 @@ You write:
2020
render: function () {
2121
return (
2222
<Style sheet="
23-
.card {
23+
& .card {
2424
cursor: pointer;
2525
margin: 15px;
2626
padding: 15px;
2727
text-align: center;
2828
height: 200px;
2929
}
30-
img {
30+
& img {
3131
width: 130px;
3232
height: 130px;
3333
}
34-
p {
34+
& p {
3535
margin: 10px;
3636
}
3737
">

0 commit comments

Comments
 (0)