Remove font-size mixin (#1413)
This commit is contained in:
parent
a4dae93801
commit
4909e965c4
7 changed files with 5 additions and 28 deletions
|
@ -1,9 +1,3 @@
|
|||
// Rem output with px fallback
|
||||
@mixin font-size($sizeValue: 1) {
|
||||
font-size: ($sizeValue * 16) * 1px;
|
||||
font-size: $sizeValue * 1rem;
|
||||
}
|
||||
|
||||
// Center block
|
||||
@mixin center-block {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue