sass函数换算rem

2016-03-30  本文已影响64人  钟胜

1.公式

$baseWidthSize : 64px;
@function to($px) {
  @return $px / $baseWidthSize * 1rem;
}

2.使用

width:to(24px);
height:to(24px);
上一篇 下一篇

猜你喜欢

热点阅读