Skip to content

v0.1.0-canary.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonathantneal jonathantneal released this 13 Feb 02:39
· 459 commits to canary since this release

Canary Release: 0.1.0-canary.1 🚀

yarn add @stitches/[email protected]
  • Any direct reference to a className or selector of a Theme or Component will add its CSS to the StyleSheet.
  • A string reference to a Theme will return its className instead of its selector; use myTheme.selector for its selector.
  • TypeScript: Fixed an issue where booleans with only "true" or "false" could be flagged by TypeScript. #353
  • TypeScript: Added typing support for the legacy props gridRowGap and gridColumnGap #355

Migrating from alpha to beta? Here’s a migration guide.