Skip to content

Commit

Permalink
add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ansh-saini committed Jun 27, 2021
1 parent 2c28a6d commit 71ac78c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ describe('styleFunctionSx', () => {
fontFamily: 'default',
fontWeight: 'light',
fontSize: 'fontSize',
maxWidth: 'sm',
displayPrint: 'block',
border: [1, 2, 3, 4, 5],
},
Expand All @@ -76,6 +77,7 @@ describe('styleFunctionSx', () => {
fontFamily: '"Roboto", "Helvetica", "Arial", sans-serif',
fontWeight: 300,
fontSize: 14,
maxWidth: 600,
'@media print': {
display: 'block',
},
Expand Down

0 comments on commit 71ac78c

Please sign in to comment.