Skip to content

Commit

Permalink
feat: bind mask-size to sizes (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Mar 28, 2021
1 parent 65c04de commit ae826fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/core/src/propGetters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export const propGetters = {
'max-height': getNumberSize,
'min-width': getNumberSize,
'min-height': getNumberSize,
'mask-size': getMultiValues(getNumberSize),

// getZIndex
'z-index': getNumber(getZIndex),
Expand Down
2 changes: 1 addition & 1 deletion website/pages/docs/customization/theme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export const theme = {
| `shadows` | `box-shadow`, `text-shadow` |
| `screens` | Values for breakpoints. |
| `settings` | Values for custom settings (`rootFontSize`). |
| `sizes` | `width`, `height`, `max-width`, `max-height`, `min-width`, `min-height` |
| `sizes` | `width`, `height`, `max-width`, `max-height`, `min-width`, `min-height`, `mask-size` |
| `space` | `margin`, `margin-top`, `margin-bottom`, `margin-left`, `margin-right`, `padding`, `padding-top`, `padding-bottom`, `padding-left`, `padding-right`, `gap`, `grid-gap`, `grid-row-gap`, `grid-column-gap` |
| `timingFunctions` | `animation-timing-function`, `transition-timing-function` |
| `transforms` | `transform` |
Expand Down

0 comments on commit ae826fa

Please sign in to comment.