4,518 reputation
1021
bio website oddbird.net
location Denver, CO
age 30
visits member for 4 years
seen 10 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.


Mar
16
comment How to solve and compensate the sub-pixel rounding issue?
@rpk I updated these mixins a bit. They're simpler, more robust, and now 1-indexed rather than 0-indexed.
Mar
16
revised How to solve and compensate the sub-pixel rounding issue?
Update mixins for 1-index rather than 0-index
Mar
14
comment How to use Susy break point like bootstrap span's
I don't recommend it. Susy was built specifically to move your grids out of the markup. Why would you want to go back? That said, see: stackoverflow.com/questions/13544180/…
Mar
14
revised How to use Susy break point like bootstrap span's
Fix formatting and spelling
Mar
14
comment Creating a SCSS Compass-Style Mixin -> Animation
This plugin has moved into the compass core for 0.13 (currently in alpha). You can either install the plugin to use with 0.12.x, and upgrade later, or start using the pre-release compass gem with animations included. Either way, it's the same code.
Mar
13
comment How to solve and compensate the sub-pixel rounding issue?
Your math wasn't too far off - it was a great start to work from. The main changes were removing nth-omega, starting $y at 0, and adding a clear for new rows. Everything else is just abstraction to make it repeatable.
Mar
13
revised How to solve and compensate the sub-pixel rounding issue?
added 404 characters in body
Mar
13
answered How to solve and compensate the sub-pixel rounding issue?
Mar
12
comment How can I use rem in susy?
Susy doesn't do anything with font sizes. The change to container width is about the only time we interact directly with rem. There is a compass vertical-rhythms module that handles font-sizing, but rem support has only been added in the master branch and 0.13 alpha gems. I've been using the alpha for some time now, and it does exactly what you want.
Mar
8
awarded  Nice Answer
Mar
5
comment Syntax error with at-breakpoint
What versions of Compass and Susy are you using? Can you control versions with Fire?
Mar
4
comment How can I implement a non semantic grid with Susy?
See stackoverflow.com/questions/13544180/…
Feb
27
comment Susy Multiple Responsive Mixin Failing
Option 2 is certainly more elegant in cases like this one. It fails when you want to add styles that will affect both medium and large screens. I tend to build my breakpoints out of smaller component variables, so I can mix and match depending on the need.
Feb
26
answered Susy Multiple Responsive Mixin Failing
Feb
26
awarded  Caucus
Feb
22
comment Are there any browser layout engines which interpret SASS natively (without CSS) or plugins which enable this?
Depending what browsers you need to support, you can start using it now. Support is now around 70%: caniuse.com/#search=calc
Feb
22
comment Grid width is not 960px
I don't know what you mean. Do you want 960px defined in ems? That depends entirely on your font size, and from there it's pretty basic math.
Feb
22
answered How do I rewrite this to use the compass functions?
Feb
17
comment What is the trick to getting a background to expand past the container?
You can do it , as long as you are willing to add overflow-x: hidden; to the html/body tags. If your site is not completely responsive, you may want to be careful with this.
Feb
17
answered Grid width is not 960px