Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@minima.app/re-css

minima-app4MIT1.0.1

ReasonML bindings to CSS

css, css-in-js, reason, reasonml, ocaml, bucklescript

readme

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

changelog

History

1.0.1

Remove peerDependencies section from package.json.

1.0.0

Bump bs-platform dependency to v7.0.0.

0.1.0

Update align-* & justify-* types.

0.0.6

Add Css.rei (it doesn't hide anything but required for inclusion of Css module into bs-emotion).

0.0.5

Add ClipPath and BasicShape modules (#6 by @jsiebern)

0.0.4

Fix BackgroundPosition (#5 by @jsiebern)

0.0.3

Simplify Calc.n type to one variant: `n(float).

0.0.2

Update Grid types.

0.0.1

Initial release.