jonikorpi/Frameless

New to this - Would like an overview

Dedoceo opened this issue · 3 comments

Hi,

Not sure if this is where this request should go but I'm looking into frameless as a standard for all web sites I create and am wondering if someone can point me to a good resource, or would be willing to teleconference with me so I can get an overview, and be walked through the process. dhabi@dkinterprises.com

+1 where are the docs?

Well I have worked with the Sass version.

the basics ... regular css and when you want a element with x column width ... you just put 'width: $colsx' or '@include width(x)'.

I use compass with Frameless and use the rest of my mixins from there.

Even though I'm sort of new at it, I've written an a tutorial here:

http://marknugent.tumblr.com/post/47212935858/a-guide-tutorial-to-the-frameless-grid-how-to

Hopefully it is of some use!