We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20999a commit 3f3b1b4Copy full SHA for 3f3b1b4
stylelint-plugin/rules/use-proper-token/token-map.js
@@ -42,7 +42,7 @@ const PROPERTY_TOKEN_MAP = {
42
'font-size': ['font-size'],
43
'font-weight': ['font-weight'],
44
gap: ['space'],
45
- height: [],
+ height: ['icon-size'],
46
inset: [],
47
left: [],
48
'letter-spacing': [],
@@ -69,7 +69,7 @@ const PROPERTY_TOKEN_MAP = {
69
stroke: ['color-text', 'method-color-text'],
70
'text-decoration-color': ['color-text', 'method-color-text'],
71
top: [],
72
- width: [],
+ width: ['icon-size'],
73
}
74
75
module.exports = PROPERTY_TOKEN_MAP
0 commit comments