|
|
|
|
|
|
|
|
|
|
|
|
| |
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.)
|