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
input.scss
.foo { test-01: +1 % +4; test-02: +1 % -4; test-03: -1 % +4; test-04: -1 % -4; }
libsass 3.3.6
.foo { test-01: 1; test-02: 1; test-03: 1; test-04: 1; }
ruby sass 3.4.21
.foo { test-01: 1; test-02: -3; test-03: 3; test-04: -1; }
version info:
libsass 3.3.6 (Sass Compiler) [C/C++]
The text was updated successfully, but these errors were encountered:
Thanks for the report. I've update your sample to include more cases with different signs. https://en.wikipedia.org/wiki/Modulo_operation#Remainder_calculation_for_the_modulo_operation
Sorry, something went wrong.
Add todo spec test for libsass issue 2236
9f87a43
sass/libsass#2236
Fix modulo operation to behave as ruby sass
1f4c5e2
Fixes sass#2236
b6c39e1
mgreter
No branches or pull requests
Bug with module operator & negative dividends
input.scss
libsass 3.3.6
ruby sass 3.4.21
version info:
The text was updated successfully, but these errors were encountered: