github chakra-ui/panda @pandacss/types@0.5.1

latest releases: @pandacss/token-dictionary@0.51.1, @pandacss/types@0.51.1, @pandacss/studio@0.51.1...
18 months ago

Patch Changes

  • 8c670d6: Remove breakpoints from Tokens type

  • 1ed239c: Add feature where config.staticCss.recipes can now use [*] to generate all variants of a recipe.

    before:

    staticCss: {
      recipes: {
        button: [{ size: ['*'], shape: ['*'] }]
      }
    }

    now:

    staticCss: {
      recipes: {
        button: ['*']
      }
    }
  • 78ed6ed: Fix issue where using a nested outdir like src/styled-system with a baseUrl like ./src would result on
    parser NOT matching imports like import { container } from "styled-system/patterns"; cause it would expect the full
    path src/styled-system

Don't miss a new panda release

NewReleases is sending notifications on new releases.