1.1.3 • Published 4 years ago

resetti v1.1.3

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

📦 Install

You can install Resetti as a package:

yarn add resetti

Or use it from a CDN:

<link rel="stylesheet" href="https://unpkg.com/resetti/resetti.min.css" />

🎨 Customize

Resetti allows you to set some sane default values using CSS variables:

  • --root-font-size: set the root font size of the document, changing the value of the rem unit

You can set these values like this:

:root {
  --root-font-size: 18px;
}

Note that Resetti doesn't make any assumptions about your project. If you don't set these values, they will remain undefined.

🛠 Extras

Resetti sets a few CSS variables on the :root scope that may be useful in your project:

  • --system-fonts: system font stack
1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago