(work in progress)
css-in-reason. just because.
open Nice;
let className = css([|
Display(Flex),
AlignItems(Center),
Color(Red),
Select(":hover", [Color(Blue)])
|]);
- pure reason
- typed css
- glamor-style composition
- escape hatch -
Raw(key, value)
- vendor prefixing
- keyframes / animations
- font-faces
- better types
- ~ hot reloading
- benchmarks / tests