Css Reset
Base reset styles for Svelte Materialify
Svelte Materialify uses ress because it is more modern and is built on top of normalize.css More information can be found over at ress.css Reset Features
box-sizing: border-box;
in all elements.padding
and margin
in all elements.background-repeat: no-repeat
in all elements and pseudo elements.text-decoration
and vertical-align
to ::before
and ::after
.outline
when hovering in all browsers.font-family: monospace
in code elements.border-radius
in input elements.cursor: pointer
to button elements.tab-size: 4
in html
.select
like a standard input.cursor
by aria attributes.