github chakra-ui/panda @pandacss/postcss@0.35.0

latest releases: @pandacss/types@0.53.0, @pandacss/preset-panda@0.53.0, @pandacss/token-dictionary@0.53.0...
11 months ago

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

Don't miss a new panda release

NewReleases is sending notifications on new releases.