noicss.reset
v1.15.0
Published
reset / normalize by noicss. In modern vanilla CSS.
Maintainers
Readme
Installation:
npm install noicss.resetUsage:
import it into your CSS file:
@layer reset, main;
@import url("noicss.reset") layer(reset);
/* YOUR OWN CSS: */
@layer main {
:root {
/* CUSTOMIZATION (the following values are the defaults): */
--accentColor: magenta;
--outlineColor: var(--accentColor);
--caretColor: var(--accentColor);
--highlightedTextColor: currentcolor;
--highlightedTextBgColor: var(--accentColor);
}
}