diff --git a/tools/check-tw-collisions.mjs b/tools/check-tw-collisions.mjs index d6fbee6..d96798d 100644 --- a/tools/check-tw-collisions.mjs +++ b/tools/check-tw-collisions.mjs @@ -122,6 +122,15 @@ function references(css) { return new Set([...css.matchAll(/var\(\s*(--[\w-]+)/g)].map((m) => m[1])); } +/** Every `--name` a file BINDS as an object key instead of declaring it in CSS: + * `:style="{ '--x': … }"` on an element, or a style object assembled in