1.9.0 • Published 5 months ago

noicss.reset v1.9.0

Weekly downloads
-
License
GLWTS
Repository
github
Last release
5 months ago

Installation:

npm install noicss.reset

Usage:

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);
  }
}

1.8.2

5 months ago

1.9.0

5 months ago

1.8.1

5 months ago

1.8.0

6 months ago

1.7.0

6 months ago

1.6.0

7 months ago

1.5.0

7 months ago

1.3.1

9 months ago

1.2.1

9 months ago

1.1.0

9 months ago

1.0.4

10 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

12 months ago

1.0.0

12 months ago