_buttons.scss 96 B

123456
  1. button,
  2. input[type="button"],
  3. input[type="reset"],
  4. input[type="submit"] {
  5. @include button();
  6. }