rem mixin update
This commit is contained in:
parent
ecfcd3a818
commit
07c0289467
2 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||||
|
|
|
@ -43,7 +43,6 @@ figure {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
/* == typography */
|
/* == typography */
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
|
|
Loading…
Reference in a new issue