We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ec6dc commit 932bc3aCopy full SHA for 932bc3a
stylelint-plugin/rules/use-proper-token/token-map.js
@@ -60,10 +60,10 @@ const PROPERTY_TOKEN_MAP = {
60
'margin-left': ['space'],
61
'margin-right': ['space'],
62
'margin-top': ['space'],
63
- 'max-height': [],
64
- 'max-width': ['breakpoint'],
65
- 'min-height': [],
66
- 'min-width': ['breakpoint'],
+ 'max-height': ['icon-size'],
+ 'max-width': ['icon-size', 'breakpoint'],
+ 'min-height': ['icon-size'],
+ 'min-width': ['icon-size', 'breakpoint'],
67
outline: [],
68
'outline-color': [],
69
'outline-width': [],
0 commit comments