zen-grids
zen-grids copied to clipboard
A Sass module to build responsive grid systems
Let’s get started with automated dependency management for zen-grids :muscle: All your dependencies are up-to-date right now, so this repository was enabled right away. Good job :thumbsup: false false ---...
Hi,I'm really new with zen-grids and I want to create some grid then i followed your approach in site with this url(https://designshack.net/articles/css/zen-grids-a-responsive-grid-system-built-on-sass/)but it doesn't work for me properly when i...
This migh sound like a stupid question, but I've got some elements where I'm using `zen-clear()` for some pages, but then in one particular page I need to remove the...
Equal column grid systems are the norm. But they are not the only way to create a grid system. [Mark Boulton reminds us](http://twitter.com/#!/markboulton/status/172263476302053376) that: > The fundamental problem with ALL...
Now that Microsoft has dropped support for IE8 and earlier, the support for CSS' calc() looks pretty good. http://caniuse.com/#feat=calc This means we could theoretically add support for responsive layouts with...
I'm seeing this error... WARNING: The layout cannot be calculated correctly; when using gutter-method: margin, the units of the gutter (px must match the units of the grid width (%)....
See https://github.com/at-import/Singularity/pull/205
This branch makes the following changes: 1. The box sizing method check, and corresponding width adjustment, is moved inside the zen-grid-item-width() function itself. 2. $column-position, $gutter-width and $box-sizing variables are...
Here's my first attempt at allowing for asymmetrical grids (un-equal coulmns.) This optionally allows you to define a list of column widths instead of a column count. Lists can be...
What do you think of my changes? They require the :nth-child pseudo selector and are therefore unsupported by IE until version 9. But with a polyfill like selectivzr this works...