Reset
CodyFrame includes some reset options in the _base.scss
file.
.reset Class #
The .reset
utility class can be used to reset the native style of any element (e.g., buttons of form controls).
.reset {
background-color: transparent;
padding: 0;
border: 0;
border-radius: 0;
color: inherit;
line-height: inherit;
appearance: none;
}