Typed CSS for ReasonML.
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"
]