at-import/Singularity

Typical Layout using Singularity

58bits opened this issue · 1 comments

Hi and thanks for the amazing framework.

I've been trying to create a couple of typical layout examples using Singularity, and I have a question about grid-span and floats.

I've created a sample scss style sheet and html layout here....

https://gist.github.com/58bits/67db7e148fb17ce4d489

Here's a link to a screen shot of the color coded sections.

http://downloads.58bits.com/layout.png

My question is whether the

containing div is necessary? I'm having to use it with a clearfix mixing in order to 'pull' the div down and keep the footer below the content and aside.

Is there another way to achieve this layout with Singularity, and not have to use the

and clearfix? Is there an option for grid-span in the main section
that will either not use a float, or self clear this section?

Per our Getting Help Guidelines, please file this question on Stack Overflow with the tag singularitygs. We also recommend using SassMeister to provide code examples.