postcss-svg
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "postcss-svg", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Postcss plugin for insert inline SVG to CSS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -24,7 +24,10 @@ # postcss-svg | ||
``` | ||
##Options | ||
###paths | ||
## Options | ||
### paths | ||
Type: `Array` Default: `['svg']` Example: `['pathToSVGDir1', 'pathToSVGDir2']` Required: `false` | ||
Can define relative path to folders with SVG files. | ||
## Example | ||
@@ -34,3 +37,3 @@ To look result, click [index.html](http://pavliko.github.io/postcss-svg/) | ||
###Example [source](https://github.com/Pavliko/postcss-svg/tree/master/example) | ||
### Example [source](https://github.com/Pavliko/postcss-svg/tree/master/example) | ||
*example/script.js:* | ||
@@ -124,3 +127,3 @@ | ||
###To run on your computer: | ||
### To run on your computer: | ||
@@ -131,6 +134,6 @@ ```bash | ||
##Contributing | ||
## Contributing | ||
Pull requests are welcome. | ||
##License | ||
## License | ||
MIT |
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
11189
135