Catpow SCSS

background image

sel

グローバル変数$selectorsを用いてセレクタの値を置き換えます。
scss
@import 'catpow';

$selectors:(
	i:'.image'
);

#{sel(i)}{
	@include bnd((w:f,h:a));
}
css
.image {
  width: 100%;
  height: auto;
}