I have recently started looking into Bourbon and Neat to use on my personal website and potentially for future projects.
I am attempting to recreate an alternating left to right, right to left layout. Similar to this: http://www.plunkettassociates.co.uk/services/
Where there is a 48% column with text followed by a 48% column with an image. This layout then alternates left and right down the page. Critically the DOM structure is the same. CSS is used to manipulate the placement of the 48% columns and margin guttering.
Can someone explain how to achieve this alternating layout using neat?