Make it official which browsers we aim to be compatible with (#29053)

This commit is contained in:
Bartosz Leper
2023-07-18 21:21:50 +00:00
committed by GitHub
parent 45e1df013e
commit aed52bbf2f
+8
View File
@@ -149,6 +149,14 @@ This command will open a new browser window with storybook in it. There
you will see components from all packages so it makes it faster to work
and iterate on shared functionality.
### Browser compatibility
We are targeting last 2 versions of all major browsers. To quickly find out which ones exactly, use the following command:
```
$ yarn browserslist 'last 2 chrome version, last 2 edge version, last 2 firefox version, last 2 safari version'
```
### Setup Prettier on VSCode
1. Install plugin: https://github.com/prettier/prettier-vscode