Skip to content

Commit

Permalink
Remove CSS modules feature flag from Stack
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Dec 19, 2024
1 parent 5cba52a commit 34f5b6f
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 369 deletions.
1 change: 0 additions & 1 deletion packages/react/src/Stack/Stack.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@ export const Playground: Story = {
render: args => {
return (
<Stack
{...args}
gap={getControlValues(args.gap, {narrow: args.gapNarrow, regular: args.gapRegular, wide: args.gapWide})}
direction={getControlValues(args.direction, {
narrow: args.directionNarrow,
Expand Down
Loading

0 comments on commit 34f5b6f

Please sign in to comment.