viadeo/tetra-ui

Add !important to border-radius helpers classes

Closed this issue · 0 comments

We have helpers classes to change border-radius values.
https://github.com/viadeo/tetra-ui/blob/gh-pages/src/less/helpers.less#L91

But unlike the margin and padding helpers, the border-radius helpers don't have the !important rule. It makes these helpers quite useless because they can't override, for example, the border-radius of a .bx element.

I think we should add !important to all border-radius helpers.