reset-input

Сбрасывает стили элементов input.

Параметры

Пример использования

@use 'more-sass' as more;

input {
    @include more.reset-input;
}
input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    appearance: none;
}