Skip to content

Instantly share code, notes, and snippets.

@ztellman
Forked from zk/inkystarter.cljs
Created January 23, 2014 01:08
Show Gist options
  • Save ztellman/8570870 to your computer and use it in GitHub Desktop.
Save ztellman/8570870 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!
[:h1 "Hello World"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment