Skip to content

Commit da4f116

Browse files
Version Packages
1 parent 6a08774 commit da4f116

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/allow-css-variables.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pandacss/eslint-plugin
22

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+
310
## 0.2.13
411

512
### Patch Changes

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandacss/eslint-plugin",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"description": "Eslint plugin for Panda CSS",
55
"author": "Abraham Aremu <[email protected]>",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)