You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: