joyent-portal/packages/ui-toolkit/src/grid/index.js

8 lines
171 B
JavaScript

import { Row as BaseRow } from 'react-styled-flexboxgrid';
export const Row = BaseRow.extend`
flex: 1 1 auto;
`;
export { Grid, Col } from 'react-styled-flexboxgrid';