Remove font-size mixin (#1413)

This commit is contained in:
Neil Abraham 2020-04-23 17:16:40 +01:00 committed by GitHub
parent a4dae93801
commit 4909e965c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 5 additions and 28 deletions

View file

@ -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;