-
-
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
Asymmetrical grid error #594
Comments
Hi @flaturtha, I'm not able to reproduce this on sassmeister. I wonder if you are on an older version of either Susy or Sass? Try upgrading both to the latest, and see if that helps? |
@mirisuzanne, Thanks for the quick reply. I thought that might have been an issue and checked/updated my dependencies yesterday. I just checked and I have the latest version of SASS (3.4.22) and have my bower.json file set to use susy ^2.2.12. Don't know how to verify the Susy version other than that but I just got started and downloaded it a couple days ago (maybe last week) so I'm assuming its the latest/greatest version. I also have LibSass (I saw that was an issue a while back on some related errors) running but updated it to the latest version yesterday, too. I've just updated my repot (https://github.com/flaturtha/charliechan) for this dev in case that helps. Hate to ask but since Zell's example works and you weren't able to reproduce this on sassmeister, its probably some other setting, something either in my project set up or my local system. In any case, I'll keep digging to see what I can figure out. Appreciate the help. |
I think I found it. In .logo {
@include span(3);
background: url('/assets/img/site/logo-full36.svg') center center no-repeat;
margin: 0.7rem 0 0 0.5rem;
} I'm going to leave this bug open, because we should provide a better error message. |
Ha!! Sweet. That did it. I knew it had to be some goofy thing I was doing wrong. Thanks for finding it and resolving my issue. HUGE help. Luvin' Susy, btw...great for a non-dev guy like me. Makes way more sense than HTML grid systems. Keep up the good work. |
I'm following excellent Zell Liew's examples from his book on Susy to develop my site, specifically trying to set up the asymmetrical grid system. However, despite following (even copy/pasting to ensure I didn't type incorrectly), I'm getting errors any time I define more than one column:
I get the following error:
The best I can figure, the error happens when the columns line has more than a single value. With just one (any number) value, it runs but with more than one for an asymmetrical grid, it errors.
I'm trying to recreate the Chapparal layout (http://www.sassmeister.com/gist/zellwk/258589c4035f6da40854) from Zell's book since I think it would work well for my site. But as it stands, I cannot use the asymmetrical grids with Susy.
Any help or hint what I've got set up wrong? I've dug through Google for 2 days trying to find a solution but nada. Thanks for any input that'll get me going again!
The text was updated successfully, but these errors were encountered: