Raathigesh / fabulous

🎨 CSS properties sidebar for VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react native support

5alidshammout opened this issue · comments

in a jsx file, you'll have:

const styles = StyleSheet.create({
  container: {
    flex: 1,
    backgroundColor: '#fff',
    alignItems: 'center',
    justifyContent: 'center',
  },
});

can you add support for this function