sass / sass-spec

Official Sass Spec Suite
MIT License
200 stars 89 forks source link

Update specs for an emergency workaround for sass/dart-sass#2390 #2030

Closed nex3 closed 1 month ago

nex3 commented 1 month ago

These are not intended to reflect the correct behavior, but rather the fact that we need to limit the amount of repetition univerally until we have time to find a proper solution to the underlying bug.

[skip dart-sass]

nex3 commented 1 month ago

I'm planning to land this TBR and cut a release tonight so we don't flood users with deprecation warnings for @import.

ntkme commented 1 month ago

I suppose the dart-sass code change should only impact @import or related syntax, but I'm seeing this PR having some differences in seemingly unrelated deprecations e.g. strict-unary.

nex3 commented 1 month ago

That's expected; the original refactor affected how all parse-time deprecations were handled, so this workaround affects them all as well.