Skip to content

Commit dad6b60

Browse files
committed
[css-nesting-1][editorial] Fix examples that I broke earlier.
1 parent 9cc48c0 commit dad6b60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-nesting-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ Motivation</h3>
7575
table.colortable {
7676
& td {
7777
text-align:center;
78-
.c { text-transform:uppercase }
79-
:first-child, :first-child + td { border:1px solid black }
78+
&.c { text-transform:uppercase }
79+
&:first-child, &:first-child + td { border:1px solid black }
8080
}
8181
& th {
8282
text-align:center;

0 commit comments

Comments
 (0)