Skip to content

Commit

Permalink
undo changes to README unrelated to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Sep 24, 2017
1 parent 7cd5c0b commit e6a7ff8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,12 +511,16 @@ becomes this:

```css
.App {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
```

Expand Down

0 comments on commit e6a7ff8

Please sign in to comment.