You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using the jStyleParser library to access the CSS properties of the DOM Elements.
By analysing the background-color value of the html page reported below I realized that the value is not provided because of the var contained within the value; indeed if I remove the var and I set the value it is parsed correctly:
Hi,
I'm using the jStyleParser library to access the CSS properties of the DOM Elements.
By analysing the background-color value of the html page reported below I realized that the value is not provided because of the var contained within the value; indeed if I remove the var and I set the value it is parsed correctly:
`
:root { --blue-900: #05285b }
.cssvar { color:#FFF; background-color:var(--blue-900); font-size:16px;}
The library is able to return only the following attributes and values:
[button] => color: #ffffff; font-size: 16px;
I'm using the 4.0.0 version.
The text was updated successfully, but these errors were encountered: