atlassian-labs / compiled

A familiar and performant compile time CSS-in-JS library for React.
https://compiledcssinjs.com
Apache License 2.0
1.99k stars 67 forks source link

Fix inference of complex properties in `cssMap` #1640

Closed kylorhall-atlassian closed 7 months ago

kylorhall-atlassian commented 7 months ago

:one: Fixes inference of complex CSS properties like background Fixes #1639 Instead of background: string, it will be inferred as the value, background: 'red' — I could not figure out how to infer numbers, however.

Screenshot 2024-03-07 at 10 41 23 AM
changeset-bot[bot] commented 7 months ago

🦋 Changeset detected

Latest commit: f093635244ca5accecd5093013694084408be2f7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | --------------- | ----- | | @compiled/react | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR