-
Notifications
You must be signed in to change notification settings - Fork 250
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
Opacity test can't pass #89
Comments
That's not the opacity mixin's issue ( |
hmm yeah it seems someone committing was not running tests. I should be running them as well, my bad. I'll try and look into this soon |
@visionmedia it seems that the version of the stylus in deps is rather old — https://github.com/visionmedia/nib/blob/master/package.json#L12 — so if you'd change the deps to the latest stylus, the problem would gone. |
Updated stylus dependency, fixes stylus#89
When I run 'make test' there's an error showing that every opacity value get an unnecessary space in the end. To fix this, I removed args of opacity function in the file /lib/nib/verdor.styl. I'm not very sure about whether this argument is necessary and how to remove the space if we have to use it.
The text was updated successfully, but these errors were encountered: