We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a08774 commit da4f116Copy full SHA for da4f116
.changeset/allow-css-variables.md
plugin/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# @pandacss/eslint-plugin
2
3
+## 0.2.14
4
+
5
+### Patch Changes
6
7
+- 376fd83: Allow CSS variables in no-hardcoded-color rule. CSS variables like `var(--something-here)` are now recognized
8
+ as valid color values and will not trigger the no-hardcoded-color rule error.
9
10
## 0.2.13
11
12
### Patch Changes
plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@pandacss/eslint-plugin",
- "version": "0.2.13",
+ "version": "0.2.14",
"description": "Eslint plugin for Panda CSS",
"author": "Abraham Aremu <anubra266@gmail.com>",
"main": "dist/index.js",
0 commit comments