diff --git a/.storybook/Typography.js b/.storybook/Typography.js index 95d8cee6..24fa0571 100644 --- a/.storybook/Typography.js +++ b/.storybook/Typography.js @@ -59,3 +59,34 @@ storiesOf('Typography', module)
lead
)) +.add('text alignment', () => ( +text-left
+text-center
+text-right
+Left in a small viewport, centered in mid-sized viewports, and right aligned in larger viewports
+