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

latest releases: @pandacss/types@1.3.0, @pandacss/token-dictionary@1.3.0, @pandacss/extractor@1.3.0...
19 months ago

Patch Changes

  • d5977c2: - Add a --logfile flag to the panda, panda codegen, panda cssgen and panda debug commands.

    • Add a logfile option to the postcss plugin

    Logs will be streamed to the file specified by the --logfile flag or the logfile option. This is useful for
    debugging issues that occur during the build process.

    panda --logfile ./logs/panda.log
    module.exports = {
      plugins: {
        '@pandacss/dev/postcss': {
          logfile: './logs/panda.log',
        },
      },
    }
  • Updated dependencies [05686b9]

  • Updated dependencies [ab32d1d]

  • Updated dependencies [d5977c2]

    • @pandacss/node@0.30.0

Don't miss a new panda release

NewReleases is sending notifications on new releases.