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

Doesn't handle CSS variables #39

Open
easrng opened this issue Apr 13, 2021 · 3 comments
Open

Doesn't handle CSS variables #39

easrng opened this issue Apr 13, 2021 · 3 comments

Comments

@easrng
Copy link

easrng commented Apr 13, 2021

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);}
@xaronnn
Copy link

xaronnn commented Oct 14, 2021

Same.

@quackdor
Copy link

neeeeed!

@ryanlinnane
Copy link

this would be very nice to have

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants