github chakra-ui/panda @pandacss/parser@0.29.0

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

Patch Changes

  • 7c7340e: Add support for token references with curly braces like {path.to.token} in media queries, just like the
    token(path.to.token) alternative already could.

    css({
      // ✅ this is fine now, will resolve to something like
      // `@container (min-width: 56em)`
      '@container (min-width: {sizes.4xl})': {
        color: 'green',
      },
    })

    Fix an issue where the curly token references would not be escaped if the token path was not found.

  • Updated dependencies [5fcdeb7]

  • Updated dependencies [7c7340e]

  • Updated dependencies [f778d3e]

  • Updated dependencies [ea3f554]

  • Updated dependencies [250b4d1]

  • Updated dependencies [a2fb5cc]

    • @pandacss/types@0.29.0
    • @pandacss/core@0.29.0
    • @pandacss/config@0.29.0
    • @pandacss/extractor@0.29.0
    • @pandacss/logger@0.29.0
    • @pandacss/shared@0.29.0

Don't miss a new panda release

NewReleases is sending notifications on new releases.