The migrator should add additional @use rules to ensure that selectors being extended are upstream of the extending selector.
An internal team ran into this issue when migrating. The compiler saved them for extended placeholder selectors, but not for a concrete selector that was also present within the same stylesheet as the @extend (which they didn't notice until their screenshot tests failed).
The migrator should add additional
@use
rules to ensure that selectors being extended are upstream of the extending selector.An internal team ran into this issue when migrating. The compiler saved them for extended placeholder selectors, but not for a concrete selector that was also present within the same stylesheet as the
@extend
(which they didn't notice until their screenshot tests failed).