feat: 实现 DOCX 主题令牌归一化
This commit is contained in:
@@ -57,6 +57,7 @@ const computedProperties = [
|
||||
"lineHeight",
|
||||
"letterSpacing",
|
||||
"textAlign",
|
||||
"direction",
|
||||
"textIndent",
|
||||
"textDecorationLine",
|
||||
"marginTop",
|
||||
@@ -73,10 +74,17 @@ const computedProperties = [
|
||||
"borderLeft",
|
||||
"width",
|
||||
"maxWidth",
|
||||
"minHeight",
|
||||
"height",
|
||||
"breakBefore",
|
||||
"breakAfter",
|
||||
"breakInside",
|
||||
"display"
|
||||
"display",
|
||||
"flexDirection",
|
||||
"alignItems",
|
||||
"justifyContent",
|
||||
"outline",
|
||||
"outlineOffset"
|
||||
] as const satisfies readonly (keyof DocxComputedStyle)[];
|
||||
|
||||
const baselineCss = `
|
||||
|
||||
Reference in New Issue
Block a user