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

https://github.com/MinimaHQ/re-css

Typed CSS for ReasonML
https://github.com/MinimaHQ/re-css

Last synced: 8 months ago
JSON representation

Typed CSS for ReasonML

Awesome Lists containing this project

README

          

# re-css

[![npm version](https://img.shields.io/npm/v/@minima.app/re-css.svg?style=flat-square)](https://www.npmjs.com/package/@minima.app/re-css)
[![build status](https://img.shields.io/travis/minima-app/re-css/master.svg?style=flat-square)](https://travis-ci.org/minima-app/re-css)
[![license](https://img.shields.io/npm/l/@minima.app/re-css.svg?style=flat-square)](https://www.npmjs.com/package/@minima.app/re-css)

Typed CSS for ReasonML.

## Installation
This package is not intended to be used directly in applications but in CSS libraries. See [`bs-emotion`](https://github.com/alexfedoseev/bs-emotion) for examples.

Get the package:

```shell
# yarn
yarn add @minima.app/re-css
# or npm
npm install --save @minima.app/re-css
```

Then add it to `bsconfig.json`:

```json
"bs-dependencies": [
"@minima.app/re-css"
]
```