--
You received this message because you are subscribed to the Google Groups "Compass" group.
To view this discussion on the web visit https://groups.google.com/d/msg/compass-users/-/yH4h1YWpFbMJ.
To post to this group, send email to compas...@googlegroups.com.
To unsubscribe from this group, send email to compass-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/compass-users?hl=en.
I never thought of the Excel formulas though, that is genius dude.
Once more, thank you. I hope others see this thread and it helps them out also.
This has been helpful, thanks.I need to define my layouts starting from the desktop, though, since that's what the designers built.So I am building it with 12 columns for >768px, 8 columns > 340px, and then 4 columns for mobile.How would this modify what you have above?
Also, do all your css selectors need to be children of the wrapping container? You have it like that and so does the "magic" demo, but I want to check.
And I notice none of your breakpoints specify a width of any kind; is this because Susy just determines what will "fit" at your column width/margin?
Lastly, can you please expand upon the syntax of @include container ($total-columns, $break-1, $break-2); ? Is it just that you include this include once on the selector that's going to be the container? This part has me a bit confused. Thanks.
This has been helpful, thanks.I need to define my layouts starting from the desktop, though, since that's what the designers built.So I am building it with 12 columns for >768px, 8 columns > 340px, and then 4 columns for mobile.How would this modify what you have above?Also, do all your css selectors need to be children of the wrapping container? You have it like that and so does the "magic" demo, but I want to check.And I notice none of your breakpoints specify a width of any kind; is this because Susy just determines what will "fit" at your column width/margin?Lastly, can you please expand upon the syntax of @include container ($total-columns, $break-1, $break-2); ? Is it just that you include this include once on the selector that's going to be the container? This part has me a bit confused. Thanks.