borderの指定を簡略化するショートカットMixin。
| border | border/border-radiusを一気に指定できる |
| border-radius | border-radiusのvender prefix付きプロパティの指定を簡略化 |
ボーダースタイルを追加します。
@include border(width, style, color, radius);
| Arguments | Default Value | Required |
|---|---|---|
| width | 1px | |
| style | solid | |
| color | $gray100 | |
| radius | null |
角丸スタイルを追加します。
@include border-radius(radius);
| Arguments | Default Value | Required |
|---|---|---|
| radius | $base-radius |