Skip to content

v2.0.0-beta.192

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Nov 09:58
· 330 commits to beta since this release

New Features

  • Master CSS Variables, resolved #283 c97de2f @BenSeage

    export {
    -    colors: { primary: '#ff0000' }
    +    variables: { primary: '#ff0000' }
    }

Deprecations