Skip to content

Commit 3231abe

Browse files
committed
Update the README
1 parent bec74e3 commit 3231abe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ CSS attributes (dimensional units are ignored and considered in pixel):
9090
- **top**: see *position (absolute)*
9191
- **width**: for *img* tag, support also percentage, ex. `<img src="image.jpg" style="width: 50%; height: 200px"/>`
9292

93+
The above attributes supports the `initial` value to reset them to their original value.
94+
9395
For colors, the supported formats are:
9496
- 3 hex digits, ex. `color: #FB1`;
9597
- 6 hex digits, ex. `color: #abcdef`;

0 commit comments

Comments
 (0)