Skip to content

Instantly share code, notes, and snippets.

View teesloane's full-sized avatar
🚲
Riding into the wind

tees teesloane

🚲
Riding into the wind
View GitHub Profile
(def input
[{:level 1 :raw "foo"}
{:level 1 :raw "bar"}
{:level 2 :raw "yoa"}
{:level 2 :raw "yyyoa"}
{:level 3 :raw "foobarra"}
{:level 1 :raw "job"}])
(defn the-evil
[items prev-item out]
/* ====================== Border Helpers ====================== */
._border {
&.top {
border-top: solid;
}
&.right {
border-right: solid;
}
&.bottom {