diff --git a/src/apis/StyleSheet/createReactStyleObject.js b/src/apis/StyleSheet/createReactStyleObject.js index 0c3647f8..ce8d99b6 100644 --- a/src/apis/StyleSheet/createReactStyleObject.js +++ b/src/apis/StyleSheet/createReactStyleObject.js @@ -1,6 +1,5 @@ import expandStyle from './expandStyle' import flattenStyle from '../../modules/flattenStyle' -import prefixAll from 'inline-style-prefixer/static' import processTextShadow from './processTextShadow' import processTransform from './processTransform' import processVendorPrefixes from './processVendorPrefixes'