css-sprite
Advanced tools
Comparing version 0.9.8 to 0.9.9
{ | ||
"name": "css-sprite", | ||
"version": "0.9.8", | ||
"version": "0.9.9", | ||
"description": "css sprite generator", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -13,2 +13,6 @@ # css-sprite | ||
# css-sprite is now called [sprity](https://www.npmjs.com/package/sprity) | ||
Version 1.0.0 had so many changes, that I decided to also change the name to something a little bit more catchy. So `css-sprite` is called [sprity](https://www.npmjs.com/package/sprity) from now on. css-sprite will be deprecated and no development will be done here anymore. | ||
## Requirements | ||
@@ -51,2 +55,3 @@ | ||
--background background color of the sprite in hex [#FFFFFF] | ||
--cachebuster appends a "cache buster" to the background image in the form "?<...>" (random) [false] | ||
--margin margin in px between tiles [4] | ||
@@ -77,2 +82,3 @@ --interpolation Interpolation algorithm used when scaling retina images (nearest-neighbor|moving-average|linear|grid|cubic|lanczos) | ||
* **background** background color of the sprite in hex. Defaults to #FFFFFF | ||
* **cachebuster** appends a "cache buster" to the background image in the form "?<...>" (random) [false] | ||
* **style:** file to write css to, if omitted no css is written | ||
@@ -79,0 +85,0 @@ * **margin:** margin in px between tiles. (Use an even number if generating retina sprites). [4] |
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
96757
273