Skip to content

Commit 6a08774

Browse files
authored
Enable CSS variables in no-hardcoded-color rule
Allow CSS variables like `var(--something-here)` as valid color values in the no-hardcoded-color rule.
1 parent 6cdaaa3 commit 6a08774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/allow-css-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"eslint-plugin-panda": patch
2+
"@pandacss/eslint-plugin": patch
33
---
44

55
Allow CSS variables in no-hardcoded-color rule. CSS variables like `var(--something-here)` are now recognized as valid color values and will not trigger the no-hardcoded-color rule error.

0 commit comments

Comments
 (0)