rem mixin update

This commit is contained in:
Raphael Goetter 2014-05-03 11:49:54 +02:00
parent ecfcd3a818
commit 07c0289467
2 changed files with 1 additions and 1 deletions

View File

@ -58,6 +58,7 @@
// px to em/rem // px to em/rem
.rem(@size, @bf: @basefont){ .rem(@size, @bf: @basefont){
@rem: @size / 10; @rem: @size / 10;
font-size: @basefont;
font-size: unit(@rem, rem); font-size: unit(@rem, rem);
} }
.em(@size, @bf: @basefont){ .em(@size, @bf: @basefont){

View File

@ -43,7 +43,6 @@ figure {
margin: 0; margin: 0;
} }
/* ----------------------------- */ /* ----------------------------- */
/* == typography */ /* == typography */
/* ----------------------------- */ /* ----------------------------- */