We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clip-path
background
text-emphasis
1 parent 5eaba1d commit 9962a6fCopy full SHA for 9962a6f
src/types/yomitan/termbank.ts
@@ -37,6 +37,7 @@ type StructuredContentStyle = {
37
fontWeight?: 'normal' | 'bold';
38
fontSize?: string;
39
color?: string;
40
+ background?: string;
41
backgroundColor?: string;
42
textDecorationLine?:
43
| 'none'
@@ -50,6 +51,7 @@ type StructuredContentStyle = {
50
51
borderStyle?: string;
52
borderRadius?: string;
53
borderWidth?: string;
54
+ clipPath?: string;
55
verticalAlign?:
56
| 'baseline'
57
| 'sub'
@@ -68,6 +70,7 @@ type StructuredContentStyle = {
68
70
| 'justify'
69
71
| 'justify-all'
72
| 'match-parent';
73
+ textEmphasis?: string;
74
textShadow?: string;
75
margin?: string;
76
marginTop?: number | string;
0 commit comments