Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ function getPropertyTypes(lines: string[]): PropertyType[] {
}

const types: PropertyTypeItem[] = [];

// CSSProperties
types.push({ name: `value${types.length}`, type: 'CSSProperties' });
// ignore type
types.push({ name: `value${types.length}`, type: 'PropertySkip' });
// string type
Expand Down
428 changes: 214 additions & 214 deletions src/Css/CSSObject.ObsoleteProperties.cs

Large diffs are not rendered by default.

1,500 changes: 750 additions & 750 deletions src/Css/CSSObject.StandardLonghand.cs

Large diffs are not rendered by default.

272 changes: 136 additions & 136 deletions src/Css/CSSObject.StandardShorthand.cs

Large diffs are not rendered by default.

880 changes: 440 additions & 440 deletions src/Css/CSSObject.VendorLonghand.cs

Large diffs are not rendered by default.

100 changes: 50 additions & 50 deletions src/Css/CSSObject.VendorShorthand.cs

Large diffs are not rendered by default.

9,627 changes: 6,266 additions & 3,361 deletions src/Css/Property.cs

Large diffs are not rendered by default.

Loading