lodowkapotwor
11/7/2017 - 1:40 PM

Mixin: placeholders

// This mixin can be used for placeholder styling in Input components
// It contains placeholder attributes for all browsers

@mixin placeholder {
    ::-webkit-input-placeholder {@content}
    :-moz-placeholder           {@content}
    ::-moz-placeholder          {@content}
    :-ms-input-placeholder      {@content}
}