Skip to content

Commit

Permalink
Merge 05744e3 into e41b540
Browse files Browse the repository at this point in the history
  • Loading branch information
src-code committed Mar 31, 2020
2 parents e41b540 + 05744e3 commit 5428440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atomizer.js
Expand Up @@ -361,7 +361,7 @@ Atomizer.prototype.parseConfig = function (config/*:AtomizerConfig*/, options/*:
treeo.declarations.filter = 'alpha(opacity=' + parseFloat(value, 10) * 100 + ')';
}
}
if (value !== null) {
if (value !== null && treeo.declarations) {
// value could be an object for custom classes with breakPoints
// e.g.
// 'custom': {
Expand Down

0 comments on commit 5428440

Please sign in to comment.