Skip to content

4.1: Dot Path Autocomplete

Compare
Choose a tag to compare
@nandorojo nandorojo released this 12 Apr 18:50
· 21 commits to master since this release

New Features

The following now has auto complete:

const theme = {
  colors: { $blue: { 100: 'blue' } } }
}

// ...

return <View sx={{ color: '$blue.100' }} />