github chakra-ui/panda @pandacss/core@0.18.1

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

Patch Changes

  • 8c76cd0: - Fix issue where hideBelow breakpoints are inclusive of the specified breakpoints

    css({ hideBelow: 'lg' })
    // => @media screen and (max-width: 63.9975em) { background: red; }
    • Support arbitrary breakpoints in hideBelow and hideFrom utilities
    css({ hideFrom: '800px' })
    // => @media screen and (min-width: 800px) { background: red; }
  • Updated dependencies [566fd28]

  • Updated dependencies [43bfa51]

    • @pandacss/token-dictionary@0.18.1
    • @pandacss/error@0.18.1
    • @pandacss/logger@0.18.1
    • @pandacss/shared@0.18.1
    • @pandacss/types@0.18.1

Don't miss a new panda release

NewReleases is sending notifications on new releases.