Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 committed Jan 15, 2024
1 parent cfed7ac commit 178c589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPER.MD
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
be putting it in.
- If you can't think of a way to avoid media query(should be really rare for roomkit-react), make
variants, and use media query from app.
- No fixed height, width in pixels, avoid anything in pixels, rem, percet are fine.
- No fixed height, width in pixels, avoid anything in pixels, rem, percent are fine.
- There is almost always a better and more responsive solution using
css properties than going for pixel based dimensions or media queries.
- Write code which is easy to read, understand and customise not only as a whole
Expand Down

0 comments on commit 178c589

Please sign in to comment.