Skip to content

Instantly share code, notes, and snippets.

@alandipert
Forked from zk/inkystarter.cljs
Last active January 4, 2016 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alandipert/8675564 to your computer and use it in GitHub Desktop.
Save alandipert/8675564 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 "Booya!"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment