Skip to content

Commit c59ffcd

Browse files
author
Sean King
authored
Label input/output codeblocks in README
1 parent 677be81 commit c59ffcd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77

88
See [this Codepen][codepen] for a demonstration.
99

10+
#### Input
1011
```css
1112
.foo {
1213
display: subgrid;
1314
}
1415
```
1516

17+
#### Output
1618
```css
1719
.foo {
1820
display: grid;

0 commit comments

Comments
 (0)