bs-nice

0.1.6 • Public • Published

(work in progress)

nice

css-in-reason. just because.

open Nice;
 
let className = css([
  Display(Flex),
  AlignItems(Center),
  Color(Red),
  Select(":hover", [Color(Blue)])
]);

some nice features

  • pure reason
  • typed css
  • glamor-style composition
  • escape hatch - Raw(key, value)

todo

  • vendor prefixing
  • keyframes / animations
  • font-faces
  • better types
  • ~ hot reloading
  • benchmarks / tests

Readme

Keywords

Package Sidebar

Install

npm i bs-nice

Weekly Downloads

1

Version

0.1.6

License

MIT

Last publish

Collaborators

  • threepointone