Remove border-radius mixin

This commit is contained in:
Ram Ratan Maurya 2014-09-14 22:56:29 +05:30
parent 097b54dda2
commit 1ca71befe2
5 changed files with 7 additions and 11 deletions

View file

@ -11,13 +11,6 @@
box-sizing: $box-model;
}
// Border radius
@mixin border-radius($radius) {
background-clip: padding-box; /* stops bg color from leaking outside the border: */
-webkit-border-radius: $radius;
border-radius: $radius;
}
// Center block
@mixin center-block {
display: block;