Update _mixins.scss

This commit is contained in:
Pedro Reis 2015-07-31 15:46:02 +01:00
parent 00ccea1275
commit ea9a104be4

View file

@ -26,7 +26,7 @@
@mixin font-size($px) { @mixin font-size($px) {
font-size: $px + px; font-size: $px + px;
font-size: #{$px / $base-font-size}rem; font-size: #{$px / 16}rem;
} }
@ -57,4 +57,4 @@
&:after{ &:after{
clear: both; clear: both;
} }
} }