Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aymkdn committed Aug 11, 2021
1 parent 7a1a770 commit 5ec4d35
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,19 +277,19 @@ The below HTML tags are supported:
### CSS properties supported

CSS can create very complex design, however this framework can only handle the most simple HTML / CSS. The support of CSS style is limited and might not work in all cases with all values:
- background-color
- border
- color
- font-family
- font-style (with `italic`)
- font-weight (with `bold`)
- height
- margin
- text-align
- text-decoration
- text-indent
- white-space (with `break-spaces` and `pre*`)
- width
- `background-color`
- `border`
- `color`
- `font-family`
- `font-style` (with `italic`)
- `font-weight` (with `bold`)
- `height`
- `margin`
- `text-align`
- `text-decoration`
- `text-indent`
- `white-space` (with `break-spaces` and `pre*`)
- `width`

### Default styles

Expand Down

0 comments on commit 5ec4d35

Please sign in to comment.