Skip to content

@compiled/[email protected]

Compare
Choose a tag to compare
@atlas-dst-bot atlas-dst-bot released this 17 Feb 04:14
· 18 commits to master since this release
75b34ed

Minor Changes

  • 3d10a6d: Fixes two scenarios found in #1789

    • The static syntax of "8px ".concat("8px") which is auto-generated by certain Babel targets generates props.style outputs when not necessary—we can simplify this to "8px 8px" ourselves.
    • Mixing "indirect selectors" (eg. ~, +, |, ||) that do not inherit CSS variables with dynamic styles which generates CSS variables and props.style will never work in Compiled, this now throws an error.