placeholder()
Placeholder
Table of Contents
Detail
Form の Placeholder カラー設定に使われている Mixin。
Example
// Placeholderの文字色を薄くしたい
.input {
@include placeholder() {
color: rgba(0, 0, 0, 0.26);
}
}
Form の Placeholder カラー設定に使われている Mixin。
// Placeholderの文字色を薄くしたい
.input {
@include placeholder() {
color: rgba(0, 0, 0, 0.26);
}
}
placeholder()