1.0.1 • Published 10 months ago

styled-jsx-plugin-postcss-v2 v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Usage

Install this package first.

npm install --save styled-jsx-plugin-postcss-v2

Next, add styled-jsx-plugin-postcss-v2 to the styled-jsx's plugins in your babel configuration:

{
  "plugins": [
    ["styled-jsx/babel", { "plugins": ["styled-jsx-plugin-postcss-v2"] }]
  ]
}

With config:

{
  "plugins": [
    ["styled-jsx/babel", {
      "plugins": [
        [
          "styled-jsx-plugin-postcss-v2",
          {
            "path":
              "[PATH_PREFIX]/postcss.config.js"
          }
        ]
      ] 
    }]
  ]
}
1.0.1

10 months ago

1.0.0

10 months ago