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

styled-jsx-plugin-postcss

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

styled-jsx-plugin-postcss - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

package.json
{
"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

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