minireset.css
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "minireset.css", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A tiny modern CSS reset", | ||
"main": "minireset.css", | ||
"scripts": { | ||
"build": "npm run build-sass && npm run build-min-sass", | ||
"build": "npm run build-sass && npm run build-min-sass && npm run build-lit-js", | ||
"build-sass": "node-sass --output-style expanded minireset.sass minireset.css", | ||
"build-min-sass": "node-sass --output-style compressed minireset.sass minireset.min.css", | ||
"build-lit-js": "rollup --config", | ||
"docs": "node-sass --output-style compressed docs/docs.sass docs/docs.css", | ||
@@ -30,3 +31,5 @@ "start": "npm run docs -- --watch" | ||
"devDependencies": { | ||
"node-sass": "^4.12.0" | ||
"node-sass": "^4.14.1", | ||
"rollup": "^2.38.0", | ||
"rollup-plugin-lit-css": "^2.1.0" | ||
}, | ||
@@ -36,4 +39,5 @@ "files": [ | ||
"minireset.min.css", | ||
"minireset.css.lit.js", | ||
"minireset.sass" | ||
] | ||
} |
@@ -25,5 +25,13 @@ # minireset.css | ||
## Options | ||
It will be available in your modules directory in `/node_modules/minireset.css/`: | ||
* `minireset.css`: CSS rules | ||
* `minireset.min.css`: minified CSS rules (recommended for production sites) | ||
* `minireet.sass`: CSS rules written in SASS (recommended for SCSS/SASS projects) | ||
* `minireset.css.lit.js`: CSS rules exported as a `CSSResult` object for [LitElement](https://lit-element.polymer-project.org/) projects (recommended for Web Component projects based on LitElement) | ||
## CDN | ||
[GitHub CDN for minireset.min.css](https://cdn.rawgit.com/jgthms/minireset.css/master/minireset.min.css) | ||
[GitHub CDN for minireset.min.css](https://cdn.jsdelivr.net/gh/jgthms/minireset.css@master/minireset.min.css) | ||
@@ -30,0 +38,0 @@ ## Copyright and license |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6377
7
40
3
72