Skip to content

Commit

Permalink
[core] Add grid support for Box
Browse files Browse the repository at this point in the history
Resolves mui#15878
  • Loading branch information
LavaToaster authored and oliviertassinari committed Feb 1, 2020
1 parent 05aaf80 commit 2af95b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/material-ui/src/Box/Box.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
ComposedStyleFunction,
display,
flexbox,
grid,
palette,
positions,
shadows,
Expand All @@ -19,6 +20,7 @@ type BoxStyleFunction = ComposedStyleFunction<
typeof borders,
typeof display,
typeof flexbox,
typeof grid,
typeof palette,
typeof positions,
typeof shadows,
Expand Down
2 changes: 2 additions & 0 deletions packages/material-ui/src/Box/Box.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {
compose,
display,
flexbox,
grid,
palette,
positions,
shadows,
Expand All @@ -18,6 +19,7 @@ export const styleFunction = css(
borders,
display,
flexbox,
grid,
positions,
palette,
shadows,
Expand Down

0 comments on commit 2af95b1

Please sign in to comment.