Hey @acandael_acanda can you take some screen shots of what it is doing? And point me to the file / line number that you have the css for article.section?
I got it solved in the meantime. It was my misunderstanding. I thougt that the Neat grid framework would automatically stack defined elements when reaching breakpoints for smartphones and tablets.
But then I saw in the example files from the Best Practices for Front End Development workshop, that one needs to define breakpoints in a _grid-settings.scss file, and change the behaviour of elements like article when reaching the defined breakpoints.
In the meantime, I’m already designing my second website with Neat and Bourbon, and I gotta say they’re awesome tools that I wouldn’t want to trade anymore.
I’m really looking forward to those videos of the Best Practices for Front End Development workshop.
@acandael_acanda Yea they have both evolved to be really great tools. One thing that I notice relooking at your sass is that you have two _grid-settings.scss files. There is a default one in Bitters. If you’re not using that one you can just delete it.