We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4337e37 commit 0a728a5Copy full SHA for 0a728a5
stylelint-plugin/rules/use-proper-token/token-map.js
@@ -33,6 +33,7 @@ const PROPERTY_TOKEN_MAP = {
33
'border-top-width': ['border-width'],
34
'border-width': ['border-width'],
35
bottom: [],
36
+ 'box-shadow': ['border-width', 'color-border', 'shadow'],
37
color: ['color-text', 'method-color-text'],
38
'column-gap': ['space'],
39
'column-width': [],
0 commit comments