Patch Changes
-
8c76cd0: - Fix issue where
hideBelow
breakpoints are inclusive of the specified breakpointscss({ hideBelow: 'lg' }) // => @media screen and (max-width: 63.9975em) { background: red; }
- Support arbitrary breakpoints in
hideBelow
andhideFrom
utilities
css({ hideFrom: '800px' }) // => @media screen and (min-width: 800px) { background: red; }
- Support arbitrary breakpoints in
-
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