Skip to content

Commit f2559bd

Browse files
author
Sean King
committed
Update readme
1 parent 4ac7ed0 commit f2559bd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ Pass `ieHack: true` to `postcss-subgrid` and it will output the following declar
3636
.foo {
3737
display: grid;
3838
grid-column: 1 / 99;
39-
grid-template-columns: inherit;
40-
grid-template-rows: inherit;
41-
grid-gap: inherit;
39+
grid: inherit;
4240
}
4341
```
4442

0 commit comments

Comments
 (0)