csswizardry / inuit.css

Powerful, scalable, Sass-based, BEM, OOCSS framework.

Home Page:inuitcss.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

one-seventh

alexander-daniel opened this issue · comments

Hi there,

I was wondering if this framework supports

It works fine for

but whenever i try 1/7 is seems to stack everything vertically.

Thanks!

As of inuit.css/generic/_widths.scss, there is no support for Sevenths. The grid supports all from Whole till Sixths and then Eights, Tenths and Twelves.

I believe this due to akward width declarations you would have to use (e.g. for .#{$namespace}one-seventh{ width:14,285%; }).

thanks! appreciate the reply!