-
-
Notifications
You must be signed in to change notification settings - Fork 352
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: SusyOne - List index is 2 but list is only 1 item long for `nth') when using @include susy-grid-background #395
Comments
Susy 2 has a very different syntax compared to Susy 1. Since you are still using code from susy 1, you can do either of these:
Does that help? |
Thanks for the tips zellwk but I've actually regressed to SusyOne due to long compile times in Susy 2 (~13 seconds Susy2, ~5 seconds SusyOne). I already have |
Man sorry I don't know whats wrong then :( |
This seems to be a bug somewhere in the Compass browser-support module (or our misuse of that module?). I'm digging into it. |
I was able to recreate this error in Compass, without any reference to Susy — so I filed the issue over there. Thanks for catching this and reporting it! |
Ah ok! Thanks Eric. |
i get the same after upgrading to susy2 but with older code written for susy 1, so @import:susyone; switch errors to warnings, but the compass error still the same: |
@webmasterpf Did you try removing the
From inside any breakpoints? If you look at my original post, I’m able to run my project as normal except the background grid doesn’t change. The grid still works though! Might get you moving until a proper fix is implemented. |
thanks, removing @include susy-grid-background; fix the issue, then i get another one about compass-recipes. |
The compass issue is fixed, will be released soon. |
As the Compass issue has been fixed 10 months ago, can we close this? |
Hi, I've regressed from Susy2 back to SusyOne due to long compile times in Susy 2 and since updating to the latest Susy (from 1.0.9, where this settings worked) I'm getting an error.
This is my container code
If I remove the second
@include susy-grid-background;
from inside theat-breakpoint()
then there is no error, but my background grid still shows my default 12 columns.These are all my grid settings
susy (2.1.3)
sass (3.4.4)
compass (1.0.1)
Any ideas?
The text was updated successfully, but these errors were encountered: