paulyoung / purescript-style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purescript-style

Build Status

Usage

inline
  [ backgroundColor $ rgb 127 127 127
  , color black
  , fontSize $ 16.0 # px
  , height $ 100.0 # pct
  , margin zero
  , padding $ 2.0 # em
  , textAlign center
  , width auto
  ]
"background-color: rgb(127, 127, 127); color: rgb(0, 0, 0); font-size: 16px; height: 100%; margin: 0; padding: 2em; text-align: center; width: auto;"

About

License:Apache License 2.0


Languages

Language:PureScript 69.2%Language:Nix 26.8%Language:Dhall 4.1%