nani-reset 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,4 @@
1
1
  ![npm bundle size](https://img.shields.io/bundlephobia/minzip/nani-reset)
2
- ![npm bundle size](https://img.shields.io/bundlephobia/minzip/nani-reset)
3
2
  ![license](https://img.shields.io/npm/l/nani-reset)
4
3
  [![npm](https://img.shields.io/npm/v/nani-reset)](https://www.npmjs.com/package/nani-reset)
5
4
 
@@ -24,6 +23,12 @@ npm install nani-reset
24
23
 
25
24
  then import it in your project:
26
25
 
26
+ the default import is the minified version
27
+
28
+ ```css
29
+ @import "nani-reset";
30
+ ```
31
+
27
32
  ```css
28
33
  @import "nani-reset/reset.css";
29
34
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nani-reset",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "a minimal and modern css reset for predictable styling",
5
5
  "author": "D. H. Alezard (Nani)",
6
6
  "license": "MIT",