mixyll/_sass/basscss/_base-reset.scss

21 lines
167 B
SCSS
Raw Permalink Normal View History

2020-01-24 11:20:29 +00:00
body,
button {
margin: 0;
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: 100%;
}
img {
max-width: 100%;
}
svg {
max-height: 100%;
}