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
Styles using CSS vars are being ignored and are not being included/loaded when elements are being loaded. This started after updating Polymer to v1.3.0
Steps to Reproduce
Create any polymer element
In it's style declaration, add at-least one CSS var, eg: color: var(--element-color, #ff0000)
Add the element into the project
Expected Results
The element should have its styles available in the page
Actual Results
All the styles for the element are ignored and not loaded
Browsers Affected
[✓] Chrome
[✓] Firefox
[] Edge : not tested
[✓] Safari 9
[] Safari 8 : not tested
[] IE 11 : not tested
Versions
Polymer: v1.3.0
webcomponents: v0.7.21
The text was updated successfully, but these errors were encountered:
Description
Styles using CSS vars are being ignored and are not being included/loaded when elements are being loaded. This started after updating Polymer to v1.3.0
Steps to Reproduce
Expected Results
The element should have its styles available in the page
Actual Results
All the styles for the element are ignored and not loaded
Browsers Affected
Versions
The text was updated successfully, but these errors were encountered: