Skip to content

Commit

Permalink
fix(props.js): prefix mask individual props file names as all others (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cbontems authored Nov 13, 2023
1 parent 62317b4 commit 49c5b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/props.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ const individual_colors_hsl = Object.keys(ColorsHSL)
}), {})

const individuals = {
'props.masks.edges.css': MaskEdges,
'props.masks.corner-cuts.css': MaskCornerCuts,
[`${pfx}props.masks.edges.css`]: MaskEdges,
[`${pfx}props.masks.corner-cuts.css`]: MaskCornerCuts,
}

// gen design tokens
Expand Down

0 comments on commit 49c5b02

Please sign in to comment.