![onno](https://raw.githubusercontent.com/wagerfield/onno/master/assets/onno.png)
![License](https://img.shields.io/github/license/wagerfield/onno.svg?color=4B6&style=flat-square)
Responsive style props for building themed design systems.
yarn add onno
Features
- Framework agnostic
- Zero dependencies
- First class support for theming
- Rigorously tested with 100% test coverage
- Written in TypeScript with comprehensive type definitions and interfaces
- Works with most CSS in JS libraries including styled-components and emotion
Usage
import styled from "styled-components"
import { colorSet, spaceSet } from "onno"
const Box = styled.div(colorSet, spaceSet)
<Box p={4} />
<Box m={-5} />
<Box mx={3} pb={2} />
<Box bgc="red" tc="white" />
<Box bg="url(onno.png) center" />
Author
Matthew Wagerfield
License
MIT