Is there a way to make a sidebar with a position fixed and make the content align to a grid like Bourbon Neat?
A good example of what i'm trying to do is like the bourbon neat doc page: http://thoughtbot.github.io/neat-docs/latest/
I don't want the sidebar to resize I want it fixed, I want the first columns of the grid to start directly after the sidebar. Maybe there is a simpler solutions but this is the only one that comes in my mind.
I know without a grid I can make a content-wrap div with a left margin that span the size of my sidebar. But I kinda want to work with a grid to align my widget that I will create in the content area.