madebysource / lesshat

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

border radius actually generated background-clip property #169

Open pgn-vole opened 8 years ago

pgn-vole commented 8 years ago

What is the rationale with border-radius mixin actually also adding background-clip property ? It can have some bad side effects.

https://github.com/madebysource/lesshat/blob/master/mixins/border-radius/border-radius.js#L33-L37