jeet
jeet copied to clipboard
The most advanced, yet intuitive, grid system available for Sass or Stylus
Last activity 2 years ago.
I find that it is sometimes useful to be able to offset the nth-child indexing when using cycle. I propose the addition of an additional option, `$nth-offset` to the column...
Today I came across the issue that `column` unset my `text-align`, because it adds `text-align: inherit`. As I am working mobile first, to solve this I would need to re-set...
- [ ] Flexbox support - [ ] Match as many variable/function/mixin names as possible throughout both ports, and make them all explicit - [ ] Cleanup/upgrade docs - [...
As it is VERY vague at best. I find it hard to see exactly HOW this is so much greater that other grid systems, as I'm having a hard time...
I need to have two columns of posts in wordpress, apart from the first; that has to span both cols at the top. I've tried using $offset, but as the...
When I have this markup: ```
I have a problem when going below 1024px width and shifting from: @include column(1/4, $cycle: 4, $gutter: 0); to: @include column(1/3, $cycle: 3, $gutter: 0); The first row is fine....
`[email protected] and [email protected]` Using Within webstorm with: `-u nib -u jeet -u rupture styles.styl` This doesn't cycle: `column(1/4,cycle:4)` while this does: `column(1/4,0,4)` Using gutter: `column(1/4,0,4,2)` gives a 2% value. Is...
I'm looking for an easy way to calculate just the offset of a column (think of bootstrap's col-sm-offset-3). `column-width(3/12) + column-gutter(1/12)` would be an easy way to calculate this but...