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