We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc48c0 commit dad6b60Copy full SHA for dad6b60
1 file changed
css-nesting-1/Overview.bs
@@ -75,8 +75,8 @@ Motivation</h3>
75
table.colortable {
76
& td {
77
text-align:center;
78
- .c { text-transform:uppercase }
79
- :first-child, :first-child + td { border:1px solid black }
+ &.c { text-transform:uppercase }
+ &:first-child, &:first-child + td { border:1px solid black }
80
}
81
& th {
82
0 commit comments