wix / stylable

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

fix: structure mode pseudo-element selector definition bug #2889

Closed idoros closed 11 months ago

idoros commented 11 months ago

This PR fixes a missed case for pseudo-element resolve/transform.

The case happens when a class with internal pseudo-elements extend another class with internal parts. Then when extending the top class in another stylesheet, the resolver doesn't progress the current meta, and instead resolved the origin stylesheet meta (see test).