Skip to content

Instantly share code, notes, and snippets.

@guilherme-teodoro
Created December 7, 2016 19:17
Show Gist options
  • Save guilherme-teodoro/534b3244c2325f6d8a8ae39629a2fc97 to your computer and use it in GitHub Desktop.
Save guilherme-teodoro/534b3244c2325f6d8a8ae39629a2fc97 to your computer and use it in GitHub Desktop.
(defn debug
[text]
[{:position :relative,
:border [[(unit/px 1) :solid :red]]}
[:&:after
{:position :absolute,
:top 0,
:left 0,
:background :yellow,
:color :red,
:content (str "\"" text "\""),
:padding [[(unit/px 2) (unit/px 5)]],
:text-align :center}]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment