File tree Expand file tree Collapse file tree 2 files changed +252
-12
lines changed Expand file tree Collapse file tree 2 files changed +252
-12
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,9 @@ Add the following to your `pubspec.yaml` file:
123
123
## Currently Supported Inline CSS Attributes:
124
124
| | | | | | | |
125
125
| ------------------| --------| ------------| ----------| --------------| ------------------------| ------------|
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 ` | |
129
129
130
130
Don't see a tag or attribute you need? File a feature request or contribute to the project!
131
131
You can’t perform that action at this time.
0 commit comments