painty / CSS-Used-ChromeExt

Get all css rules used by the selected DOM and its children.

Home Page:https://chrome.google.com/webstore/detail/css-used/cdopjfddjlonogibjahpnmjpoangjfff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't handle CSS variables

easrng opened this issue · comments

Description

On any page that uses CSS variables CSS Used fails to copy the variable definitions.

Expected result.

CSS Used copies the CSS variables

:root{--color:#333;}div.somediv{color:var(--color);}

Actual result.

div.somediv{color:var(--color);}
commented

Same.

neeeeed!

this would be very nice to have