How do I set where the columns show up in Susy?
I thought this would work:
#idLeftColumn{
@include span(1 at 1 first);
}
#idMiddleColumn{
@include span(1 at 2);
}
#idRightColumn{
@include span(1 at 3 last);
}
The html code has the order middle column, left column and then right column.
The website is showing the middle column first. This is the order in the source code.
Here is the full code: http://sassmeister.com/gist/60d85878921ca500c681