Skip to content
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

In adjust-color(), $alpha can cause an invalid error #708

Closed
nex3 opened this issue May 30, 2019 · 0 comments
Closed

In adjust-color(), $alpha can cause an invalid error #708

nex3 opened this issue May 30, 2019 · 0 comments
Labels

Comments

@nex3
Copy link
Contributor

nex3 commented May 30, 2019

The function call adjust-color(red, $hue: 1, $alpha: 1) will incorrectly throw an error in Dart Sass. It seems that this is because, when HSL components are used, the alpha adjustment isn't properly clamped between 0 and 1.

@nex3 nex3 added the bug label May 30, 2019
nex3 added a commit to sass/sass-spec that referenced this issue Jul 3, 2019
nex3 added a commit to sass/sass-spec that referenced this issue Jul 3, 2019
nex3 added a commit to sass/sass-spec that referenced this issue Jul 3, 2019
@nex3 nex3 closed this as completed in 2105a13 Jul 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant