@new-ui/reset 0.0.5 → 0.0.6

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.
package/README.md CHANGED
@@ -11,5 +11,5 @@ npm i @new-ui/reset
11
11
 
12
12
  ```scss
13
13
  // Place this at the top of your SCSS/CSS file
14
- @import "@new-ui/reset";
14
+ @use "@new-ui/reset";
15
15
  ```
@@ -1 +1 @@
1
- {"mappings":"ACAA,uCAIA,oGAOA,8DAMA,sBAIA,yCAMA,yEAMA","sources":["index.css","src/_reset.scss"],"sourcesContent":["*, :before, :after {\n box-sizing: border-box;\n}\n\nhtml {\n -webkit-text-size-adjust: 100%;\n -ms-text-size-adjust: 100%;\n vertical-align: baseline;\n font-size: 100%;\n}\n\nbody, h1, h2, h3, h4, p, figure, blockquote, dl, dd {\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n list-style: none;\n}\n\nimg, picture {\n max-width: 100%;\n display: block;\n}\n\ninput, textarea, button, select {\n margin: 0;\n font-family: inherit;\n font-size: 100%;\n}\n\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n/*# sourceMappingURL=index.css.map */\n","*, *::before, *::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-size: 100%;\n -webkit-text-size-adjust: 100%;\n -ms-text-size-adjust: 100%;\n vertical-align: baseline;\n}\n\nbody, h1, h2, h3, h4, p,\nfigure, blockquote, dl, dd {\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n\tlist-style: none;\n}\n\nimg,\npicture {\n max-width: 100%;\n display: block;\n}\n\ninput, textarea, button, select {\n font-family: inherit;\n font-size: 100%;\n margin: 0;\n}\n\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}"],"names":[],"version":3,"file":"index.css.map"}
1
+ {"mappings":"ACAA,uCAIA,oGAOA,8DAMA,sBAIA,yCAMA,yEAMA","sources":["index.css","../../New%20Packages/reset/src/_reset.scss"],"sourcesContent":["*, :before, :after {\n box-sizing: border-box;\n}\n\nhtml {\n -webkit-text-size-adjust: 100%;\n -ms-text-size-adjust: 100%;\n vertical-align: baseline;\n font-size: 100%;\n}\n\nbody, h1, h2, h3, h4, p, figure, blockquote, dl, dd {\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n list-style: none;\n}\n\nimg, picture {\n max-width: 100%;\n display: block;\n}\n\ninput, textarea, button, select {\n margin: 0;\n font-family: inherit;\n font-size: 100%;\n}\n\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n/*# sourceMappingURL=index.css.map */\n",null],"names":[],"version":3,"file":"index.css.map"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@new-ui/reset",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "SCSS, CSS reset.",
5
5
  "source": "src/index.scss",
6
6
  "main": "dist/index.css",
@@ -27,8 +27,8 @@
27
27
  },
28
28
  "homepage": "https://github.com/NewDesignFile/reset#readme",
29
29
  "devDependencies": {
30
- "@parcel/transformer-sass": "^2.12.0",
30
+ "@parcel/transformer-sass": "^2.13.3",
31
31
  "autoprefixer": "^10.4.20",
32
- "parcel": "^2.12.0"
32
+ "parcel": "^2.13.3"
33
33
  }
34
34
  }
package/src/index.scss CHANGED
@@ -1 +1 @@
1
- @import 'reset';
1
+ @use 'reset';