Skip to content

Commit

Permalink
Extract API
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 4, 2024
1 parent f3d6f90 commit 873b22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/review/api/alfa-style.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export namespace Longhands {
readonly "mask-image": Longhand<List<Keyword<"none"> | URL | Image<Gradient | URL>>, List<Keyword<"none"> | URL | Image<Gradient | URL>>>;
readonly "mask-mode": Longhand<List<Keyword<"alpha"> | Keyword<"luminance"> | Keyword<"match-source">>, List<Keyword<"alpha"> | Keyword<"luminance"> | Keyword<"match-source">>>;
readonly "mask-origin": Longhand<List<Box.CoordBox>, List<Box.CoordBox>>;
readonly "mask-position": Longhand<List<Position<Keywords.Horizontal, Keywords.Vertical, Component<Keywords.Horizontal>, Component<Keywords.Vertical>>>, List<Position<Keywords.Horizontal, Keywords.Vertical, Component<Keywords.Horizontal>, Component<Keywords.Vertical>>>>;
readonly "mask-position": Longhand<List<Position<Keywords.Horizontal, Keywords.Vertical, Component<Keywords.Horizontal>, Component<Keywords.Vertical>>>, List<Position.PartiallyResolved<Keywords.Horizontal, Keywords.Vertical>>>;
readonly "mask-repeat": Longhand<List<Keyword<"repeat-x"> | Keyword<"repeat-y"> | List<Keyword<"repeat"> | Keyword<"space"> | Keyword<"round"> | Keyword<"no-repeat">>>, List<Keyword<"repeat-x"> | Keyword<"repeat-y"> | List<Keyword<"repeat"> | Keyword<"space"> | Keyword<"round"> | Keyword<"no-repeat">>>>;
readonly "mask-size": Longhand<List<Keyword<"cover"> | Keyword<"contain"> | List<LengthPercentage | Keyword<"auto">>>, List<Keyword<"cover"> | Keyword<"contain"> | List<LengthPercentage | Keyword<"auto">>>>;
readonly "min-height": Longhand<Percentage | Length | Keyword<"auto"> | Keyword<"fit-content"> | Keyword<"max-content"> | Keyword<"min-content">, Length | Percentage | Keyword<"auto"> | Keyword<"fit-content"> | Keyword<"max-content"> | Keyword<"min-content">>;
Expand Down

0 comments on commit 873b22b

Please sign in to comment.