Skip to content

Commit

Permalink
auto prefix null support
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismcv committed Nov 3, 2015
1 parent 67cca09 commit e7d6660
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/auto-prefix.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ module.exports = {
},

all(styles) {
if (!styles)
return {};
return this.getPrefixer().prefix(styles);
},

Expand Down

0 comments on commit e7d6660

Please sign in to comment.