Update _mixins.scss
This commit is contained in:
parent
00ccea1275
commit
ea9a104be4
|
@ -26,7 +26,7 @@
|
|||
|
||||
@mixin font-size($px) {
|
||||
font-size: $px + px;
|
||||
font-size: #{$px / $base-font-size}rem;
|
||||
font-size: #{$px / 16}rem;
|
||||
}
|
||||
|
||||
|
||||
|
@ -57,4 +57,4 @@
|
|||
&:after{
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue