Skip to content

Commit 96e0416

Browse files
token support CSSProperties type
1 parent b4cc828 commit 96e0416

7 files changed

+7858
-4952
lines changed

generator.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ function getPropertyTypes(lines: string[]): PropertyType[] {
9494
}
9595

9696
const types: PropertyTypeItem[] = [];
97-
97+
// CSSProperties
98+
types.push({ name: `value${types.length}`, type: 'CSSProperties' });
9899
// ignore type
99100
types.push({ name: `value${types.length}`, type: 'PropertySkip' });
100101
// string type

src/Css/CSSObject.ObsoleteProperties.cs

Lines changed: 214 additions & 214 deletions
Large diffs are not rendered by default.

src/Css/CSSObject.StandardLonghand.cs

Lines changed: 750 additions & 750 deletions
Large diffs are not rendered by default.

src/Css/CSSObject.StandardShorthand.cs

Lines changed: 136 additions & 136 deletions
Large diffs are not rendered by default.

src/Css/CSSObject.VendorLonghand.cs

Lines changed: 440 additions & 440 deletions
Large diffs are not rendered by default.

src/Css/CSSObject.VendorShorthand.cs

Lines changed: 50 additions & 50 deletions
Large diffs are not rendered by default.

src/Css/Property.cs

Lines changed: 6266 additions & 3361 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)