Update _mixins.scss

This commit is contained in:
Pedro Reis 2015-07-31 15:46:02 +01:00
parent 00ccea1275
commit ea9a104be4
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
@mixin font-size($px) {
font-size: $px + px;
font-size: #{$px / $base-font-size}rem;
font-size: #{$px / 16}rem;
}