Skip to content

Commit e6a7ff8

Browse files
committed
undo changes to README unrelated to PR
1 parent 7cd5c0b commit e6a7ff8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

packages/react-scripts/template/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -511,12 +511,16 @@ becomes this:
511511

512512
```css
513513
.App {
514+
display: -webkit-box;
514515
display: -ms-flexbox;
515516
display: flex;
516-
-ms-flex-direction: row;
517-
flex-direction: row;
518-
-ms-flex-align: center;
519-
align-items: center;
517+
-webkit-box-orient: horizontal;
518+
-webkit-box-direction: normal;
519+
-ms-flex-direction: row;
520+
flex-direction: row;
521+
-webkit-box-align: center;
522+
-ms-flex-align: center;
523+
align-items: center;
520524
}
521525
```
522526

0 commit comments

Comments
 (0)