Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
dartess opened this issue Sep 18, 2017 · 1 comment
Closed

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

dartess opened this issue Sep 18, 2017 · 1 comment
Labels

Comments

@dartess
Copy link

dartess commented Sep 18, 2017

: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

@dartess dartess changed the title not work if :root has custom properties not work Element tab if :root has custom properties Sep 19, 2017
@dartess dartess changed the title not work Element tab if :root has custom properties not work Elements tab if :root has custom properties Sep 19, 2017
surunzi added a commit that referenced this issue Sep 20, 2017
@surunzi surunzi added the bug label Sep 20, 2017
@surunzi
Copy link
Member

surunzi commented Nov 5, 2017

Fixed in version 1.3.0

@surunzi surunzi closed this as completed Nov 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants