Skip to content

Commit

Permalink
update fluidSizing params in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjul3s committed Jan 12, 2021
1 parent cf21fc5 commit 9777e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/containers/FluidSizing/FluidSizing.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Paragraph, Strong } from '../../components/Typography';
import { Paragraph } from '../../components/Typography';
import { Syntax } from '../../components/Code/Syntax';
import { HR } from '../../components/Global/HR';
import { Doc } from '../../components/Article';
Expand Down Expand Up @@ -30,7 +30,7 @@ export function FluidSizingContent() {
maxElementSize: 'number',
minViewportWidth: 'number',
maxViewportWidth: 'number',
unit: 'string'
unit: `em | rem | px`
}}
/>

Expand Down

0 comments on commit 9777e07

Please sign in to comment.