Skip to content
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

Compile error with button.sass #20

Closed
crodriguez1a opened this issue May 19, 2016 · 4 comments
Closed

Compile error with button.sass #20

crodriguez1a opened this issue May 19, 2016 · 4 comments
Assignees
Labels

Comments

@crodriguez1a
Copy link
Member

crodriguez1a commented May 19, 2016

Build is currently failing. This is a bulma issue with version 0.0.26
Error: argument $color of darken($color, $amount) must be a color

@crodriguez1a crodriguez1a self-assigned this May 19, 2016
@crodriguez1a
Copy link
Member Author

Some leads:
sass/libsass#151

@crodriguez1a
Copy link
Member Author

This issue was unrelated to the libass issue. This was due to passing a string as color variable:

$white: white; //no good
$white: #fff; //Ok

@woodgates
Copy link

Im having the same problem with this compile
@import "node_modules/bulma/sass/utilities/variables";

@import "node_modules/bulma/bulma";

@crodriguez1a
Copy link
Member Author

crodriguez1a commented Apr 18, 2017

@woodgates Hm, could be a node versus bower thing. You mind opening a new issue describing your experience with this?

Cc/ @alexdiliberto @jbailey4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants