styled-jsx-plugin-postcss
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "styled-jsx-plugin-postcss", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Plugin to add PostCSS support to styled-jsx", | ||
@@ -25,3 +25,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"deasync": "^0.1.10", | ||
"deasync": "^0.1.12", | ||
"postcss": "^6.0.13", | ||
@@ -28,0 +28,0 @@ "postcss-load-plugins": "^2.3.0" |
@@ -6,3 +6,4 @@ # styled-jsx-plugin-postcss | ||
Use [PostCSS](https://github.com/postcss/postcss) with [styled-jsx](https://github.com/zeit/styled-jsx) 💥 | ||
Use [PostCSS](https://github.com/postcss/postcss) with | ||
[styled-jsx](https://github.com/zeit/styled-jsx) 💥 | ||
@@ -17,3 +18,4 @@ ## Usage | ||
Next, add `styled-jsx-plugin-postcss` to the `styled-jsx`'s `plugins` in your babel configuration: | ||
Next, add `styled-jsx-plugin-postcss` to the `styled-jsx`'s `plugins` in your | ||
babel configuration: | ||
@@ -23,6 +25,3 @@ ```json | ||
"plugins": [ | ||
[ | ||
"styled-jsx/babel", | ||
{ "plugins": ["styled-jsx-plugin-postcss"] } | ||
] | ||
["styled-jsx/babel", { "plugins": ["styled-jsx-plugin-postcss"] }] | ||
] | ||
@@ -34,11 +33,19 @@ } | ||
`styled-jsx-plugin-postcss` uses `styled-jsx`'s plugin system which is supported from version 2. | ||
Read more on their repository for further info. | ||
`styled-jsx-plugin-postcss` uses `styled-jsx`'s plugin system which is supported | ||
from version 2. Read more on their repository for further info. | ||
## Plugins | ||
`styled-jsx-plugin-postcss` uses [`postcss-load-plugins`](https://www.npmjs.com/package/postcss-load-plugins) therefore you may want to refer to their docs to learn more about [adding plugins](https://www.npmjs.com/package/postcss-load-plugins#packagejson) | ||
`styled-jsx-plugin-postcss` uses | ||
[`postcss-load-plugins`](https://www.npmjs.com/package/postcss-load-plugins) | ||
therefore you may want to refer to their docs to learn more about | ||
[adding plugins](https://www.npmjs.com/package/postcss-load-plugins#packagejson). | ||
## Contributions | ||
Although a _Proof Of Concept_ plugin, **PRs and contributions are welcome!** We | ||
aim to drive development of this plugin through community contributions. | ||
## License | ||
MIT |
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
33903
48
Updateddeasync@^0.1.12