Skip to content

v2.0.0-rc.40

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 15:00
· 153 commits to rc since this release

Performance Upgrades

  • Fixed extending preset configurations repeatedly @1aron 5e79fc6

Improvements

  • Rename config.queries to config.at @1aron 361968f
    export default {
    -    queries: { ... }
    +    at: { ... }
    }
  • Responsive breakpoints are automatically derived from variables.screen @1aron a71e1ca

Documentation