@minima.app/re-css
v1.0.1
Published
ReasonML bindings to CSS
Downloads
42
Readme
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
for examples.
Get the package:
# yarn
yarn add @minima.app/re-css
# or npm
npm install --save @minima.app/re-css
Then add it to bsconfig.json
:
"bs-dependencies": [
"@minima.app/re-css"
]