An open API service indexing awesome lists of open source software.

https://github.com/opuscapita/oc-cm-theme

OpusCapita Cash Management Theme JS
https://github.com/opuscapita/oc-cm-theme

cashmanagement relocated

Last synced: 4 months ago
JSON representation

OpusCapita Cash Management Theme JS

Awesome Lists containing this project

README

          

# oc-cm-theme
OpusCapita Cash Management Theme JS

## Usage
```
import theme, { colors, contants } from '@opuscapita/oc-cm-theme';

const gutter = theme.gutterWidth;
const mellowYellow = colors.yellow;
const headingSize = constants.fontSize.h1;
```