Catpow SCSS

background image

pull_left

左回り込みのスタイルを適用します。
scss
@import 'catpow';

@include pull_left();
css
display: inline;
float: left;