Closed ryc76 closed 3 years ago
Hi
It appears CSS Custom Properties are not supported. For example if you create a custom property
<style type="text/css"> :root { --field-border-top: #ebebe0 1px solid; } .all-borders { border-radius: var(--field-border-top); } </style>
Webstorm will display a error stating "Cannot resolve --field-border-top custom property.
Thanks
Thanks for reporting. I don't know yet why it isn't working.
Fix released as part of 0.17.*
Hi
It appears CSS Custom Properties are not supported. For example if you create a custom property
Webstorm will display a error stating "Cannot resolve --field-border-top custom property.
Thanks