1.0.1 • Published 5 years ago

@minima.app/re-css v1.0.1

Weekly downloads
236
License
MIT
Repository
github
Last release
5 years ago

re-css

npm version build status license

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"
]