styled-jsx-plugin-postcss
styled-jsx-plugin-postcss copied to clipboard
Plugin to add PostCSS support to styled-jsx.
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
(Cross-posting from [StackOverflow](https://stackoverflow.com/questions/68115888/how-to-make-dark-mode-of-tailwind-css-work-with-next-js-and-styled-jsx)) My site is built with Next.js and Tailwind CSS. I followed the [default instructions](https://tailwindcss.com/docs/guides/nextjs) to install them. Since I wanted to customize the appearance of my links...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.7 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.10 to 8.2.10. Release notes Sourced from postcss's releases. 8.2.10 Fixed ReDoS vulnerabilities in source map parsing. Fixed webpack 5 support (by @barak007). Fixed docs (by @roelandmoors)....
Before this change using @tailwind directive in styled-jsx component lead to styled-jsx-plugin-postcss] postcss failed with TypeError [ERR_INVALID_ARG_TYPE]: The "url" argument must be of type string. Received type boolean (false) According...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Currently If I write the following test it fails: ```js it("compiles empty styles", (done) => { assert.strictEqual( plugin('p { }', { compileEnv, }), "p { }" ); }); ``` We...
Currently, I can't use this plugin with the `syntax` or `parser` options in postcss.config.js. There might be other options that I'm not aware of. These could be loaded in with...