Skip to content

Commit

Permalink
fix(stylelint-plugin): allow icon-color token in color property (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM authored Jul 10, 2024
1 parent 3b1ad40 commit f4e36f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylelint-plugin/rules/use-proper-token/token-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const PROPERTY_TOKEN_MAP = {
'border-width': ['border-width'],
bottom: [],
'box-shadow': ['border-width', 'color-border', 'shadow'],
color: ['color-text'],
color: ['color-text', 'icon-color'],
'column-gap': ['space'],
'column-width': [],
fill: ['color-text'],
Expand Down

0 comments on commit f4e36f4

Please sign in to comment.