-
Notifications
You must be signed in to change notification settings - Fork 92
Add specs for /-as-separator #1399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This also cleans up the join specs a bit.
This shouldn't be submitted until:
|
d8491e2
to
13b483d
Compare
More info and automated migrator: https://sass-lang.com/d/slash-div | ||
|
||
, | ||
23 | l: 15 / 5 / $three; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't there be a warning for the 15 / 5
part of this expression too? (it wouldn't be division on its own, but as part of the larger expression it is)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question! Rather than adding another warning, I've updated the recommendation to convert nested divisions to divide()
calls as well.
See sass/sass#2565
[skip dart-sass]