_s: Merge branch 'pr/616'.
This commit is contained in:
commit
921992277d
5 changed files with 7 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue