Skip to content

Commit

Permalink
feat(stylelint-config): ignore less variables keyword case
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Feb 27, 2024
1 parent ea769ce commit b6a8c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/stylelint-config/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
{
"severity": "error",
"ignoreKeywords": ["currentColor", "backgroundColor", "optimizeLegibility"],
"ignoreProperties": ["/^--/"]
"ignoreProperties": ["/^--/", "/^\\$/"]
}
],
"function-url-no-scheme-relative": [
Expand Down

0 comments on commit b6a8c56

Please sign in to comment.