We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Libsass currently defines function signatures of min() and max() as follows.
min()
max()
min($x1, $x2...) max($x1, $x2...)
However Ruby sass defines them as follows
min($numbers...); max($numbers...);
This is related to #813.
The text was updated successfully, but these errors were encountered:
Spec added sass/sass-spec#238.
Sorry, something went wrong.
This is fixed and will be 3.2.
xzyfer
Successfully merging a pull request may close this issue.
Libsass currently defines function signatures of
min()
andmax()
as follows.However Ruby sass defines them as follows
This is related to #813.
The text was updated successfully, but these errors were encountered: