-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
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);}pardeep-stylumia, Looky1173, xaronnn and matinghane
Metadata
Metadata
Assignees
Labels
No labels