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
(percent* (percent 50) (percent 50)) => #garden.types.CSSUnit{:unit :%, :magnitude 2500}
The text was updated successfully, but these errors were encountered:
@Hendekagon Can you elaborate?
Sorry, something went wrong.
I guess a :magnitude of 25 would be the expected result
:magnitude
25
@hkjels Thanks for parsing that one for me! A patch would be greatly appreciated. This definitely seems like unfavorable behavior.
This appears to be fixed:
user=> (require 'garden.units) nil user=> (garden.units/percent* (garden.units/percent 50) (garden.units/percent 50)) #garden.types.CSSUnit{:unit :%, :magnitude 25}
c.f., 75c2a40
No branches or pull requests
The text was updated successfully, but these errors were encountered: