Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-svg

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-svg - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc