Just a suggestion here. I started using your older grid, converting it to SASS and but then I decided that set percentages wouldn't work with gutters so I made a function to calculate widths. If you want to swap out your width percentage calculations for each unit so that gutters can be set even in percentages, check this out.
Not sure what difference this is making. With box-sizing: border-box, you can use percentage-width gutters, and I can’t see how percentage(1 / 2) is different to the function you’re using.
Hi Dan,
Just a suggestion here. I started using your older grid, converting it to SASS and but then I decided that set percentages wouldn't work with gutters so I made a function to calculate widths. If you want to swap out your width percentage calculations for each unit so that gutters can be set even in percentages, check this out.
https://gist.github.com/10905171