·
539 commits
to main
since this release
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/[email protected]
- @pandacss/[email protected]
- @pandacss/[email protected]
- @pandacss/[email protected]
- @pandacss/[email protected]
- @pandacss/[email protected]