jslegers / cascadeframework

Cascade Framework
Other
275 stars 52 forks source link

Clearfix on every elements #62

Closed jmcorpdev closed 10 years ago

jmcorpdev commented 10 years ago

You should not use clearfix on everyelement. use it only when you need clearfix

jslegers commented 10 years ago

In my experience, it's more efficient to "clearfix" all block items by default.

In the rare cases where I noticed it did cause an issue, I found it easy to "unclearfix" an element.

Do you have a use case that's giving you a problem? If so, I'd be happy to help you out and perhaps design an "unclearfix" class for the framework.

jslegers commented 10 years ago

@arnogues :

Until you can provide some examples, I'll close this issue.