-
Notifications
You must be signed in to change notification settings - Fork 94
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 Message: unbound variable $space #184
Comments
This might be from creating that _kickstart.sass file that was basically _index.sass. Maybe something is being set in your default theme (your entry to the core) avoids this error. Let me try this before you bother to look into it. BTW, just so you understand I wish to use parts of kickstart without buying into to the whole framework, app and workflow so that is why I am trying to figure out if I can cherry pick certain partials and components. |
So yes that was the issue from line 159 in your default theme
your alert-default mixin has no arguments so it complained.
also in _direct_apply line 191 If I am correct I can include this in the PR which now needs an update anyway. |
Thanks for walking through this. To be honest, I'm a little tied up with other life events at the moment to take this on, but I will add it to my queue. |
Now that I can compile your sass it is throwing errors in a three partials.
the error is
unbound variable $space
it happens in _forms, _progress, and _typography (in typography it throws same for $black) as well.
I am using libsass 3.2.5 the latest which is pretty identical these days to ruby sass although what you are doing in these files might be unsupported in libsass??? Here is the guide.
http://sass-compatibility.github.io/
The text was updated successfully, but these errors were encountered: