csswizardry-grids icon indicating copy to clipboard operation
csswizardry-grids copied to clipboard

Simple, fluid, nestable, flexible, Sass-based, responsive grid system.

Results 45 csswizardry-grids issues
Sort by recently updated
recently updated
newest added

I'm trying to set `position: fixed` to a `.grid__item.two-sixths`, however the column will go to the bottom of the page, and the other one (`four-sixths`) will float to the left....

Supposing it has been tested already on different browsers could you append results to the README file? I'm sorry if the question appear pedantic but it's alway the first thing...

Hi there! After using your lovely grid system in a project I found that I had to change the comments from CSS style (`/* */`) to Sass inline style (`//'),...

Hi, I stumbled upon your tutorial here: https://github.com/csswizardry/csswizardry-grids Your explanation sounds much more logical than many I have read (out of hundreds!). Unfortunately, I know enough CSS to be dangerous....

If I nest a grid I always get double the margin-left or padding-left.

I'm guessing I know the answer, but is there a way to use the mixin grid-media-query to render a block of styles for multiple breakpoints. For example, if I want...

I have tried issue #70 answer however get error saying I can't pass 2 parameters(as the mixin only takes one parameter) Is there another way to do this? Thanks.

Silent classes weren't working in newer versions of Sass (3.2+) because variable scope changed. The intended behavior was repaired by overtly specifying !global.

There is a small typo in the readme.md file. In the exemples of the _Patterns_ section: ``` /** * Sets an item to be ten twelfths wide only at the...