UNPKG

@dabapps/roe

Version:

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

18 lines (13 loc) 223 B
#### Example ```js import { Footer } from '@dabapps/roe'; <Footer> <p>Footer</p> </Footer>; ``` #### Less variables ```css @footer-background: @body-background; @footer-border: @border-base; @footer-height: auto; ```