csswizardry-grids
csswizardry-grids copied to clipboard
Simple, fluid, nestable, flexible, Sass-based, responsive grid system.
README has twelfths spelled wrong in the example. .desk--ten-twelthfs{}
In Chrome 32.0.1700.102, I have noticed that the letter-spacing value of -0.31em has some problems. It makes the grid__item appear 1px smaller in width than you define. It seems assigning...
Hi, I am new to HTML and CSS. I am trying to build a homepage on shopify using the Brooklyn theme which takes advantage of your grid framework. I would...
Thanks for the awesome framework. I'm having an issue where only the first class with an nth-child() selector is compiled into the final css stylesheet, when there are 2 or...
Hi, is there has less version?
Are you planning extend your system on other preprocessors (such as Less or Stylus) or this is very difficult to build any because of Sass-only features? And, have you thought...
I am not sure if this is common practise or not but some of our developers ended up creating `.grid__item` without a `.grid` or incorrect nesting. I came up with...
I have the latest version of SASS & Grunt installed. When I try to extend a responsive class like so: .project { @extend %grid__item; @extend %one-third; @extend %desk--one-third; } I...
currently not compatible with Sass, but the code is here, so maybe it could be interesting!
Maybe I am missing something, but there doesn't seem to be an option to reset push and pull modifiers' positioning to 0% for breakpoints. For example, if using `push--one-third`, there...