[fix] StyleSheet prefixing on client and server

A small error from referencing the wrong value caused prefixed values to
be dropped. The patch also updated inline-style-prefixer and turns all
vendor prefixes on by default. This provides the option to drop all the
caniuse and bowser data that inline-style-prefixer uses (probably by
forking the project and removing those dependencies).

Fix #51
This commit is contained in:
Nicolas Gallagher
2016-02-22 13:49:49 -08:00
parent 2b90bd736f
commit 25f96ba8ae
5 changed files with 64 additions and 6 deletions

View File

@@ -17,8 +17,8 @@
},
"dependencies": {
"exenv": "^1.2.0",
"inline-style-prefixer": "^0.5.3",
"invariant": "^2.2.0",
"inline-style-prefixer": "^0.6.7",
"lodash.debounce": "^3.1.1",
"react-tappable": "^0.7.1",
"react-textarea-autosize": "^3.1.0"