_s: Merge branch 'pr/616'.

This commit is contained in:
Konstantin Obenland 2014-11-05 17:02:58 -08:00
commit 921992277d
5 changed files with 7 additions and 11 deletions

View file

@ -4,13 +4,6 @@
font-size: $sizeValue + rem;
}
// 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;