Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 831 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 831 Bytes

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