mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-24 04:25:27 +08:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user