Skip to content
This repository was archived by the owner on Apr 27, 2022. It is now read-only.

Commit be86c79

Browse files
authored
feat(docs): update readme
1 parent 2ed473b commit be86c79

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,14 @@ const App = () => {
6363

6464
Since with use Stitches to style the component you can make use of any of the properties that already supported by them.
6565

66-
![Props example of css prop](https://user-images.githubusercontent.com/31737273/156232642-1c13ea1f-021d-4f33-a3ba-3e34027a9b3b.png)
66+
With the usage of Stitches we are able not only to put basic styles, we can also use media queries, pseudoelements and more.
67+
68+
![Props example of css prop](https://user-images.githubusercontent.com/31737273/156236943-a603c058-341c-4abc-b4b0-bad902423070.png)
6769

6870
This only apply to the main container, if you want to override styles for the iframe element you can do it like this 👇
6971

70-
![Props example of the css prop inside the frameProps attribute](https://user-images.githubusercontent.com/31737273/156233437-d5f89019-3dc2-45c8-94e3-c0ba2f8a61d5.png)
72+
![Props example of the css prop inside the frameProps attribute](https://user-images.githubusercontent.com/31737273/156237097-e0c2ff11-953e-4f24-9f03-f4f0c210c860.png)
73+
7174

7275
## 📝 Props
7376

@@ -85,7 +88,7 @@ This only apply to the main container, if you want to override styles for the if
8588

8689
Also you can pass any other props since it will render a `div` element.
8790

88-
![Props of the div element](https://user-images.githubusercontent.com/31737273/156232297-271024b2-cf52-4b37-ada5-2329a7e11a11.png)
91+
![Props of the div element](https://user-images.githubusercontent.com/31737273/156236772-d1944667-ad51-4c87-9bac-6e275e883af2.png)
8992

9093
## 🤝 Contributing
9194

0 commit comments

Comments
 (0)