Skip to content

Commit bdcd68c

Browse files
committed
ideas/nesting-12-22: edited
1 parent 1581050 commit bdcd68c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ideas/nesting-12-22.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ The CSS Working Group is continuing to debate the best way to define nesting in
55
Nesting is a super-popular feature of tools like [Sass](https://sass-lang.com/), where you can write code structured like this first example, and have it compile into the second example.
66

77
```
8+
89
.class1 {
910
color: green;
1011
.class2 {
1112
border: 5px solid black;
1213
}
1314
}
15+
1416
```
1517

1618
```

0 commit comments

Comments
 (0)