Skip to content

Commit

Permalink
Add mask to shorthands
Browse files Browse the repository at this point in the history
  • Loading branch information
rcj-siteimprove committed Dec 6, 2024
1 parent 58761ed commit 216928d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/alfa-style/src/shorthands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import InsetBlock from "./property/inset-block.js";
import InsetInline from "./property/inset-inline.js";
import Inset from "./property/inset.js";
import Margin from "./property/margin.js";
import Mask from "./property/mask.js";
import Outline from "./property/outline.js";
import Overflow from "./property/overflow.js";
import TextDecoration from "./property/text-decoration.js";
Expand Down Expand Up @@ -76,6 +77,7 @@ export namespace Shorthands {
"inset-inline": InsetInline,
inset: Inset,
margin: Margin,
mask: Mask,
outline: Outline,
overflow: Overflow,
"text-decoration": TextDecoration,
Expand Down

0 comments on commit 216928d

Please sign in to comment.