You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A deprecation for the old behaviour landed in sass#2302. This PR removes
the deprecation warning for the old behaviour, and starts parsing
4 and 8 digit hex values as Colors.
Looks like we had support for 8 digit hex colors for a while but
somehow 4 digit support was missed.
Spec sass/sass-spec#1273Fixessass#2674
A deprecation for the old behaviour landed in #2302. This PR removes
the deprecation warning for the old behaviour, and starts parsing
4 and 8 digit hex values as Colors.
Looks like we had support for 8 digit hex colors for a while but
somehow 4 digit support was missed.
Spec sass/sass-spec#1273Fixes#2674
A deprecation for the old behaviour landed in #2302. This PR removes
the deprecation warning for the old behaviour, and starts parsing
4 and 8 digit hex values as Colors.
Looks like we had support for 8 digit hex colors for a while but
somehow 4 digit support was missed.
Spec sass/sass-spec#1273Fixes#2674
Language issue: sass/sass#2179
Specs: sass/sass-spec#1262
#2302 deprecated the old behavior, but that's been out long enough that it's probably fine for LibSass to add support for the new behavior whenever.
The text was updated successfully, but these errors were encountered: