Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pandacss/preset-panda

Package Overview
Dependencies
Maintainers
1
Versions
694
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandacss/preset-panda - npm Package Versions

1
70

0.0.0-dev-20230620123156

Diff

segunadebayo
published 0.0.0-dev-20230619151255 •

segunadebayo
published 0.3.2 •

Changelog

Source

[0.3.2] - 2023-06-16

Added

  • Add support for config path in cli commands via the --config or -c flag.

    panda init --config ./pandacss.config.js
    
  • Add support for setting config path in postcss

    module.exports = {
      plugins: [
        require('@pandacss/postcss')({
          configPath: './path/to/panda.config.js',
        }),
      ],
    }
    

Changed

  • Remove bundledDependencies from package.json to fix NPM resolution
segunadebayo
published 0.0.0-dev-20230619070820 •

segunadebayo
published 0.0.0-dev-20230618202136 •

segunadebayo
published 0.0.0-dev-20230618195306 •

segunadebayo
published 0.0.0-dev-20230618000809 •

segunadebayo
published 0.0.0-dev-20230617204234 •

segunadebayo
published 0.0.0-dev-20230616192531 •

segunadebayo
published 0.3.1 •

Changelog

Source

[0.3.1] - 2023-06-16

Baseline Release 🎉

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc