Socket
Socket
Sign inDemoInstall

postcss-styled-jsx

Package Overview
Dependencies
5
Maintainers
7
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    postcss-styled-jsx

PostCSS syntax for parsing styled-jsx


Version published
Maintainers
7
Install size
6.22 kB
Created

Readme

Source

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",
}

Keywords

FAQs

Last updated on 21 Apr 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc