Skip to content

Commit

Permalink
Merge pull request #241 from kaliber5/currentColor
Browse files Browse the repository at this point in the history
Use `currentColor` setting by default for ember-svg-jar
  • Loading branch information
simonihmig authored Sep 29, 2021
2 parents b4f0ec5 + 624cfd1 commit c59f8a2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ module.exports = function (defaults) {
onlyMatchedOnce: false, // this is needed to inline all styles, and remove the error prone <style>
},
},
{
convertColors: {
currentColor: true, // convert colors to currentColor. Remove if not wanted, e.g. multicolor icons
},
},
],
},
},
Expand Down

0 comments on commit c59f8a2

Please sign in to comment.