Fix prefix format (#3885)

`-webkit` => `-webkit-`
This commit is contained in:
Futa Ogawa
2018-01-23 06:37:57 +09:00
committed by Joe Haddad
parent 726e5f97c1
commit db9d0ab89b

View File

@@ -169,7 +169,7 @@ Your environment will have everything you need to build a modern single-page Rea
* React, JSX, ES6, and Flow syntax support.
* Language extras beyond ES6 like the object spread operator.
* Autoprefixed CSS, so you dont need `-webkit` or other prefixes.
* Autoprefixed CSS, so you dont need `-webkit-` or other prefixes.
* A fast interactive unit test runner with built-in support for coverage reporting.
* A live development server that warns about common mistakes.
* A build script to bundle JS, CSS, and images for production, with hashes and sourcemaps.