From 820190670355035101b9fa10cb3f1852d48350e0 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Wed, 27 Jul 2016 15:08:10 -0700 Subject: [PATCH] Fix lint error --- src/apis/StyleSheet/createReactStyleObject.js | 1 - 1 file changed, 1 deletion(-) 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'