f4cc6e45eb8fc5b9fe08a9fc325e5703e1019266
Setting a custom property to 'initial' (a CSS-wide keyword) computes to the guaranteed-invalid value, so getComputedStyle returns '' — correct per spec and now implemented by jsdom 29 (the deps bump from jsdom 28). Use a normal token ('start') so the read returns the value.
Description
Languages
TypeScript
66.3%
Vue
33.6%