seam

Symbolic-Expressions As Markup.
git clone git://git.knutsen.co/seam
Log | Files | Refs | README | LICENSE

test-css.sex (212B)


(html
  :width 100%
  :height 100%)

(html , body
  :margin 0
  :padding 0)

(body
  :padding (4em 6em))

(#hello
   :color (rgb 24 (calc (+ 3 (* 7 3) 1)) 4)
   :font-family sans-serif)

(img :border-radius 5px)