madebysource / lesshat

Smart LESS CSS mixins library.
lesshat.com
MIT License
2.19k stars 258 forks source link

Does users of LESS Hat need a .clearfix() mixin? #97

Open sgtpep opened 10 years ago

sgtpep commented 10 years ago

I was surprised when I didn't find .clearfix() mixin or similar in LESS Hat. It's must have and rather popular hack when dealing with floating elements. Should we add it to LESS Hat?

petrbrzek commented 10 years ago

LESS Hat is now about CSS3 properties but I think we could create separate file with helpers like that. I'm adding it into my roadmap.

AoDev commented 10 years ago

I was also looking for that mixin in lesshat instead of defining my own since I usually put lesshat in my projects, I think it can be handy. (And that's how I found this issue.)

ezze commented 9 years ago

Upvote for clearfix mixin!