Skip to content

Commit

Permalink
Merge pull request #29 from GoogleChromeLabs/walk-inline-styles-on-init
Browse files Browse the repository at this point in the history
Bugfix: walk inline styles when initializing
  • Loading branch information
developit authored Mar 18, 2022
2 parents d536f2d + 1462aa4 commit 325ead5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,7 @@ function init() {
}
}

processItem('[style*="paint"]');
update();
}

Expand Down

0 comments on commit 325ead5

Please sign in to comment.