On the Zen Grids FAQ website, there is a reference to clearing zen rows using a "zen-new-row" mixin. However, I think this is supposed to say zen-clear. I get an error anytime I use the former. But I notice the latter is actually in the mixins. Maybe this changed in an update and was never reflected in the documentation, or am I interpreting this wrong?

Comments

arlingtonvoicellc created an issue. See original summary.

codemann’s picture

I don't see a FAQ section on zengrids.com, but I'll try to help you out as good as possible.

As you can see on zengrids.com, zen-new-row() actually exists in Zen Grids v2. This version of Zen Grids is used in zen-7.x-6.x.

And as far as I know zen-clear() is something from Zen Grids v1, in zen-7.x-6.x you can use @extend %clearfix; to properly apply a clearfix, referring to this hack.

I hope that helps you out. Good luck!

JohnAlbin’s picture

Version: 7.x-6.4 » 7.x-6.x-dev