Skip to content

Commit 554dc15

Browse files
authored
Merge pull request Sub6Resources#634 from tneotia/feature/more-inline-styles-2
Add support for more inline styles
2 parents 6cc6c37 + 8bee5a6 commit 554dc15

File tree

2 files changed

+252
-12
lines changed

2 files changed

+252
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ Add the following to your `pubspec.yaml` file:
123123
## Currently Supported Inline CSS Attributes:
124124
| | | | | | | |
125125
|------------------|--------|------------|----------|--------------|------------------------|------------|
126-
|`background-color`| `border` | `color`| `direction`| `display`| `font-family`| `font-feature-settings` |
127-
| `font-size`|`font-style` | `font-weight`| `line-height` | `list-style-type` | `list-style-position`|`padding` |
128-
| `margin`| `text-align`| `text-decoration`| `text-decoration-color`| `text-decoration-style`| `text-shadow` | |
126+
|`background-color`| `border` (including specific directions) | `color`| `direction`| `display`| `font-family`| `font-feature-settings` |
127+
| `font-size`|`font-style` | `font-weight`| `line-height` | `list-style-type` | `list-style-position`|`padding` (including specific directions) |
128+
| `margin` (including specific directions) | `text-align`| `text-decoration`| `text-decoration-color`| `text-decoration-style`| `text-shadow` | |
129129

130130
Don't see a tag or attribute you need? File a feature request or contribute to the project!
131131

0 commit comments

Comments
 (0)