4,533 reputation
1021
bio website oddbird.net
location Denver, CO
age 30
visits member for 4 years
seen 7 hours ago
stats profile views 1,046

A multimedia artist, developer, and UI designer. I specialize in cutting-edge, semantic HTML and CSS, using Sass and Compass. I'm a core developer on the Compass project, and I developed Susy, a responsive grid tool for designers. I also specialize in writing, performance, and collaborative process.


16h
answered Is there a way to have consistent gutters when using the Susy grid system?
1d
answered resizing text responsively with Susy
May
20
answered Changing navigation using Susy
May
18
awarded  Yearling
May
17
answered How can I align my Left and Right borders that susy calculates?
May
16
comment How can I align my Left and Right borders that susy calculates?
It's not clear to me how Susy is involved in this, or how you are using it. Can you please provide more context?
May
15
comment Compass compile error on Susy's at-breakpoint mixin
All Sass plugins support both syntaxes. There's no way to support only one.
May
14
answered Weird misalignment in my Susy layout
May
13
comment Compass/Susy at-breakpoint specificity issues
It's generally a good idea to keep your specificity as low as possible. The other thing that I do is keep breakpoints together within each module - rather than organizing by breakpoint.
May
12
answered How to obtain “stacking grid” in Susy (column on top of another)
May
10
comment Susy parameters are producing an incorrect @container width
What version of Susy, and what other settings do you have? I can't recreate this. I get 940px by default (which is right for box-sizing: content-box;), and 960px if I use border-box-sizing. I can't reproduce the failing-to-compile bug either.
May
8
comment Mixin container takes 0 arguments but 2 were passed
Looks like zinnia is built with Susy. Do you have the susy gem installed, required, and imported? If so, what version? I think Susy 0.9 had a container mixin without arguments, maybe you need to upgrade Susy?
May
7
answered How to center the last line of uneven list items in a gallery
May
7
comment Compass/Susy Error When Using at-breakpoint
You need to uninstall the "compass-susy-plugin" gem. As long as it is installed, it will be used instead of the newer "susy" gem.
May
2
answered Susy $container-style static — changing to magic
Apr
30
answered Using Susy's isolate-grid() at multiple breakpoints
Apr
29
comment Trying to use compass
THe import only gives you access to compass mixins - you still have to use them. The box-sizing mixin would look like this: @include box-sizing(border-box) - which will output all the different browser versions.
Apr
29
comment Susy: fluid layout up to the second breakpoint
That's more or less exactly what the default "magic" style is for. Do you need something different from that?
Apr
25
comment Highcharts - Hidden charts don't get re-size properly
It's really hard to know without seeing more code, but I would guess that something is setting "width" and "height" directly on the charts - probably highcharts JS. On option is for JS to change those values - but you should be able to override the width setting with max-width: 100% - as you might with images in a responsive grid.
Apr
22
comment How to solve and compensate the sub-pixel rounding issue?
@jhunlio This has all been added to the core of Susy, and is documented on the official site. Do you have any specific questions about implementation?