We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fed74 commit ebc436aCopy full SHA for ebc436a
packages/react-scripts/template/README.md
@@ -427,16 +427,12 @@ becomes this:
427
428
```css
429
.App {
430
- display: -webkit-box;
431
display: -ms-flexbox;
432
display: flex;
433
- -webkit-box-orient: horizontal;
434
- -webkit-box-direction: normal;
435
- -ms-flex-direction: row;
436
- flex-direction: row;
437
- -webkit-box-align: center;
438
- -ms-flex-align: center;
439
- align-items: center;
+ -ms-flex-direction: row;
+ flex-direction: row;
+ -ms-flex-align: center;
+ align-items: center;
440
}
441
```
442
0 commit comments