Catpow SCSS

background image

clear_float

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

@include clear_float();
css
content: "";
display: block;
clear: both;
height: 0;
margin: 0;
padding: 0;
line-height: 0;