diff --git a/src/styles/auto-prefix.js b/src/styles/auto-prefix.js index 6ae1ae2f4ba787..12b54917096148 100644 --- a/src/styles/auto-prefix.js +++ b/src/styles/auto-prefix.js @@ -26,6 +26,8 @@ module.exports = { }, all(styles) { + if (!styles) + return {}; return this.getPrefixer().prefix(styles); },