sel
グローバル変数$selectorsを用いてセレクタの値を置き換えます。
scss
@import 'catpow';
$selectors:(
i:'.image'
);
#{sel(i)}{
@include bnd((w:f,h:a));
}
@import 'catpow'; $selectors:( i:'.image' ); #{sel(i)}{ @include bnd((w:f,h:a)); }
css
.image {
width: 100%;
height: auto;
}
.image { width: 100%; height: auto; }