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
- Host: GitHub
- URL: https://github.com/MinimaHQ/re-css
- Owner: MinimaHQ
- License: mit
- Created: 2018-09-02T06:34:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-24T11:21:12.000Z (about 6 years ago)
- Last Synced: 2024-11-07T18:02:51.823Z (about 1 year ago)
- Language: Reason
- Homepage:
- Size: 153 KB
- Stars: 28
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - re-css
README
# re-css
[](https://www.npmjs.com/package/@minima.app/re-css)
[](https://travis-ci.org/minima-app/re-css)
[](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"
]
```