diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-17 13:18:08 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-17 13:25:51 +0200 |
commit | 4b32123db6811f971c4ad846d08ff9e8dedc5a92 (patch) | |
tree | 78ecd7e034c189f090a6824663229137073cdf81 /example/style.css | |
parent | ac599999ad03e7b52bba1d32cca4a340645ea09b (diff) |
ESLint: silence css/no-invalid-properties.
It appears var() validation from https://github.com/eslint/css/pull/148
doesn't look if the variable have been defined in the sourced .css files,
yielding many false positive
68:30 error Can't validate with unknown variable '--bs-body-bg-rgb' css/no-invalid-properties
69:22 error Can't validate with unknown variable '--bs-modal-border-radius' css/no-invalid-properties
[…]
So we disable these rules for now. (According to the PR, property
values containing var() were skipped prior to v0.9.0.)
Diffstat (limited to 'example/style.css')
0 files changed, 0 insertions, 0 deletions