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-20230626170428

Diff

segunadebayo
published 0.0.0-dev-20230626124525 •

segunadebayo
published 0.5.0 •

Changelog

Source

[0.5.0] - 2023-06-26

Fixed

  • Fix issue where escaping classname doesn't work when class starts with number.

Added

  • Add support for tagged template literal version.

    This features is pure css approach to writing styles, and can be a great way to migrate from styled-components and emotion.

    Set the syntax option to template-literal in the panda config to enable this feature.

    // panda.config.ts
    export default defineConfig({
      //...
      syntax: 'template-literal',
    })
    

    For existing projects, you might need to run the panda codegen --clean

    You can also use the --syntax option to specify the syntax type when using the CLI.

    panda init -p --syntax template-literal
    

To get autocomplete for token variables, consider using the CSS Var Autocomplete extension.

Changed

  • Update the default color palette to match Tailwind's new palette.
segunadebayo
published 0.0.0-dev-20230626090506 •

segunadebayo
published 0.0.0-dev-20230626085107 •

segunadebayo
published 0.0.0-dev-20230626075222 •

segunadebayo
published 0.0.0-dev-20230625194802 •

segunadebayo
published 0.0.0-dev-20230625190717 •

segunadebayo
published 0.0.0-dev-20230625185332 •

segunadebayo
published 0.0.0-dev-20230625171447 •

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