liriliri / eruda

Console for mobile browsers
https://eruda.liriliri.io
MIT License
18.84k stars 1.22k forks source link

not work `Elements` tab if :root has custom properties #33

Closed dartess closed 7 years ago

dartess commented 7 years ago
:root {
  --test: 10px;
}

or

html {
  --test: 10px;
}
Uncaught TypeError: Cannot read property 'replace' of undefined
    at processStyleRule (eruda.js:12130)

demo: https://codepen.io/dartess/pen/xXwoLy

surunzi commented 7 years ago

Fixed in version 1.3.0