Minor Changes
-
888feae: Add
allow
config option in postcss plugin.The plugin won't parse css files in node modules. This config option lets you opt out of that for some paths.
//postcss.config.cjs module.exports = { plugins: { "@pandacss/dev/postcss": { allow: [/node_modules\/.embroider/], }, }, };
Patch Changes
- @pandacss/node@0.35.0