postcss-styled-jsx

1.0.1 • Public • Published

PostCSS styled-jsx Syntax

PostCSS syntax for parsing styled jsx

Disclaimers

  1. This package is intended to be used as a custom syntax for stylelint on React or Next.js projects using styled jsx. We have no intention of supporting all postcss post-processing features.
  2. We're not using the postcss-css-in-js from stylelint because that package is meant to be deprecated. See this issue.

Getting started

npm install --save-dev postcss-styled-jsx

Using with stylelint

// .stylelintrc.js
module.exports = {
  extends: ["stylelint-config-recommended"],
  customSyntax: "postcss-styled-jsx",
}

Package Sidebar

Install

npm i postcss-styled-jsx

Weekly Downloads

20

Version

1.0.1

License

MIT

Unpacked Size

6.37 kB

Total Files

8

Last publish

Collaborators

  • lnlwd
  • marquesvf
  • pmbanugo
  • abraham-schilling
  • codeshambles
  • rainboxx
  • kaiserbock