Catpow SCSS

background image

text-decoration

下線や打ち消し線などのテキスト装飾を短縮表現の値のリストで設定します。
scss
@import 'catpow';

@include text-decoration((u d red));
css
text-decoration-line: underline;
text-decoration-style: dotted;
text-decoration-color: red;