-
Notifications
You must be signed in to change notification settings - Fork 199
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
error - "cannot compare numbers with incompatible units" #62
Comments
I have the same issue. |
I don't know if this project is still active or abandoned? But I had the same problem as above, as I tried to port my Ruby-powered Compass over to this, while keeping some of my vertical rhythm code in the theme. By hacking over the _vertical_rhythm.scss code from my original Compass project into this, I got it working again. (and stopped that error message) |
I think it's not mainained. I use another stylus mixin lib for VR. |
|
raised when use
$base-rhythm-unit: "rem" !global;
h2 {@include adjust-font-size-to(1.953rem);}
when h2 {@include adjust-font-size-to(1.953px);} - everything is ok
What trouble is with "rem" ?
The text was updated successfully, but these errors were encountered: