More Sass
v2.1.2
    • Introduction
  • Functions

    • color
    • list
    • math
    • meta
    • string
  • Mixins

    • aspect-ratio
    • bem-modifiers
    • border-radius
    • box
    • br
    • clearfix
    • ellipsis
    • font
    • full-size
    • hidden-element
    • hide-scrollbar
    • margin
    • padding
    • parent-state
    • pos
    • pseudo
    • reset-button
    • reset-input
    • transform-center
    • triangle
    • use-fluid-font
    • use-fluid-prop
    • use-transition
    • visually-hidden
  • Variables

    • Variables
  • Community

    • Releases
  • More

    • Русский

reset-input

Resets default styles of input elements.

Arguments

—

Example

@use 'more-sass' as more;

input {
  @include more.reset-input;
}
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  appearance: none;
}
Edit this page on GitHub Updated at Tue, Jun 24, 2025
reset-button transform-center
  • Русский