This project setup minifies your CSS and adds vendor prefixes to it automatically through Autoprefixer so you don’t need to worry about it. For example, this: .App { display: flex; flex-direction: row; align-items: center; } becomes this: .App { display: -webkit-box; display: -ms-...