UNPKG

@dabapps/roe

Version:

A collection of React components, styles, mixins, and atomic CSS classes to aid with the development of web applications.

23 lines (16 loc) 363 B
#### Example ```js import { Container, Row, Column } from '@dabapps/roe'; <Container fluid> <Row> <Column>Content</Column> </Row> </Container>; ``` #### Less variables Note: the container must have the `solid` prop set to true in order to set the background color. ```css @container-background: @white; @grid-divisions: 12; @gutter-width: 30px; ```