0

Does the 960-plugin in compass auto-clear floats? I would assume so, but I'm having trouble with my layout right now, so I am guessing I have to explicitly clear it using the compass clear mixin?

OldTroll
  • 773
  • 6
  • 22
corroded
  • 21,406
  • 19
  • 83
  • 132
  • maybe post a jsfiddle or example? – Milimetric May 03 '11 at 04:40
  • its just a basic question of if the framework has it or none. i added the compass clear mixin to fix my styles but just wanted to know if the plugin has it innately or if i did the correct thing by adding the mixin – corroded May 03 '11 at 05:29

1 Answers1

0

Looks like it doesn't have it. I checked the source code and saw this:

=grid-container
  margin-left: auto
  margin-right: auto
  width: $ninesixty-grid-width

no clearfix in sight

corroded
  • 21,406
  • 19
  • 83
  • 132