ban the style prop

This commit is contained in:
Aria Moradi
2021-11-10 22:53:20 +03:30
committed by GitHub
parent 1b0c277188
commit c9e4901c15

View File

@@ -8,4 +8,5 @@ This is a `create-react-app` project, you can find it's readme in [BUILDING.md](
## Coding Style Guide
**Note:** Some of the bellow are new, refactor the code to match the style guide where you see inconsistency.
- Don't use relative imports.
- We are using MUI v5, the all stylings must be applied with the new system.
- We are using MUI v5, the all stylings must be applied with the new system.
- Never use the `style` prop, there's always a cleaner solution with `sx` or `styled`.