-
-
Save cemerick/8639369 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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