wt
font-weightで用いる文字の太さを表す値を名を返します。 translate_weight関数が定義されていればその関数から、グローバル変数$weightsが定義されていればそれから文字の太さの値を取得します。
scss
@import 'catpow';
.box{
font-weight:wt(b);
}
@import 'catpow'; .box{ font-weight:wt(b); }
css
.box {
font-weight: 700;
}
.box { font-weight: 700; }