Skip to content

Commit 2588cb4

Browse files
committed
add rule
1 parent 3f92cd4 commit 2588cb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/no-system-props.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const excludedComponentProps = new Map([
4646
['ProgressBar', new Set(['bg'])],
4747
['PointerBox', new Set(['bg'])],
4848
['Truncate', new Set(['maxWidth'])],
49+
['Stack', new Set(['padding', 'gap'])],
4950
])
5051

5152
const alwaysExcludedProps = new Set(['variant', 'size'])

0 commit comments

Comments
 (0)