Skip to content

Commit

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

0 comments on commit 4f8e243

Please sign in to comment.