Skip to content

Instantly share code, notes, and snippets.

@cemerick
Forked from zk/inkystarter.cljs
Last active January 4, 2016 15:09
Show Gist options
  • Save cemerick/8639369 to your computer and use it in GitHub Desktop.
Save cemerick/8639369 to your computer and use it in GitHub Desktop.
(ns inkystarter
"Intro sketch for inky.cc, fork away."
(:require [inky.sketch :as sketch]))
(sketch/page-style!
(concat
sketch/default-styles
[:body {:font-family "'Helvetica Neue', Arial, sans-serif"}
:.sketch {:padding "30px"}]))
(sketch/content!
[:div [:h1 "Hello World"]
[:p "hi Zack, this is pretty neat :-)"]
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment