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
|
||||
.rem(@size, @bf: @basefont){
|
||||
@rem: @size / 10;
|
||||
font-size: @basefont;
|
||||
font-size: unit(@rem, rem);
|
||||
}
|
||||
.em(@size, @bf: @basefont){
|
||||
|
|
|
@ -43,7 +43,6 @@ figure {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
/* ----------------------------- */
|
||||
/* == typography */
|
||||
/* ----------------------------- */
|
||||
|
|
Loading…
Reference in a new issue