wix / stylable

Stylable - CSS for components
https://stylable.io
MIT License
1.26k stars 62 forks source link

chore: deprecation info for unknown custom-properties in build-var #2922

Closed idoros closed 8 months ago

idoros commented 8 months ago

This PR introduces a deprecation warning for build-vars that reference undefined custom properties in Stylable@5.

While the current evaluation mechanism remains unchanged, it will be updated in version 6 (as detailed in the related PR). Users are recommended to either define global custom properties or wrap the value in quotes to achieve the intended result.