diff --git a/packages/ui-toolkit/src/footer/sticky.md b/packages/ui-toolkit/src/footer/sticky.md index c1b52449..1665b9b2 100644 --- a/packages/ui-toolkit/src/footer/sticky.md +++ b/packages/ui-toolkit/src/footer/sticky.md @@ -19,21 +19,21 @@ const { Row, Col } = require('joyent-react-styled-flexboxgrid'); - - - - diff --git a/packages/ui-toolkit/src/styleguide/playground.js b/packages/ui-toolkit/src/styleguide/playground.js index 4a93ee7f..cfab188a 100644 --- a/packages/ui-toolkit/src/styleguide/playground.js +++ b/packages/ui-toolkit/src/styleguide/playground.js @@ -3,7 +3,7 @@ import styled from 'styled-components'; import is from 'styled-is'; import remcalc from 'remcalc'; -const Wrapper = styled.section; +const Wrapper = styled.section``; const Tabs = styled.ul` list-style: none; @@ -133,8 +133,8 @@ class Playground extends Component { {states.length - ? states.map(state => ( - + ? states.map((state, i) => ( +